JackpotKeywords
Rank #56,204io.github.smythmyke/jackpotkeywords-mcp-server
AI-powered keyword research and AI-visibility scans via the JackpotKeywords REST API.
JackpotKeywords is a Model Context Protocol (MCP) server published by smythmyke. It ranks #56,204 of 115,591 servers tracked on MCP Toplist. JackpotKeywords is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 25, 2026 and most recently updated on May 25, 2026.
Ranks ahead of 59,387 of 115,591 servers on MCP Toplist.
Use JackpotKeywords
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add jackpotkeywords-mcp-server -e "JACKPOTKEYWORDS_API_KEY=<your JACKPOTKEYWORDS_API_KEY>" -e "JACKPOTKEYWORDS_API_BASE=<your JACKPOTKEYWORDS_API_BASE>" -- npx -y jackpotkeywords-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.jackpotkeywords-mcp-server]
command = "npx"
args = ["-y", "jackpotkeywords-mcp-server"]
[mcp_servers.jackpotkeywords-mcp-server.env]
JACKPOTKEYWORDS_API_KEY = "<your JACKPOTKEYWORDS_API_KEY>"
JACKPOTKEYWORDS_API_BASE = "<your JACKPOTKEYWORDS_API_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jackpotkeywords-mcp-server": {
"command": "npx",
"args": [
"-y",
"jackpotkeywords-mcp-server"
],
"env": {
"JACKPOTKEYWORDS_API_KEY": "<your JACKPOTKEYWORDS_API_KEY>",
"JACKPOTKEYWORDS_API_BASE": "<your JACKPOTKEYWORDS_API_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jackpotkeywords-mcp-server": {
"command": "npx",
"args": [
"-y",
"jackpotkeywords-mcp-server"
],
"env": {
"JACKPOTKEYWORDS_API_KEY": "<your JACKPOTKEYWORDS_API_KEY>",
"JACKPOTKEYWORDS_API_BASE": "<your JACKPOTKEYWORDS_API_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"jackpotkeywords-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jackpotkeywords-mcp-server"
],
"env": {
"JACKPOTKEYWORDS_API_KEY": "<your JACKPOTKEYWORDS_API_KEY>",
"JACKPOTKEYWORDS_API_BASE": "<your JACKPOTKEYWORDS_API_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jackpotkeywords-mcp-server": {
"command": "npx",
"args": [
"-y",
"jackpotkeywords-mcp-server"
],
"env": {
"JACKPOTKEYWORDS_API_KEY": "<your JACKPOTKEYWORDS_API_KEY>",
"JACKPOTKEYWORDS_API_BASE": "<your JACKPOTKEYWORDS_API_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"jackpotkeywords-mcp-server": {
"command": "npx",
"args": [
"-y",
"jackpotkeywords-mcp-server"
],
"env": {
"JACKPOTKEYWORDS_API_KEY": "<your JACKPOTKEYWORDS_API_KEY>",
"JACKPOTKEYWORDS_API_BASE": "<your JACKPOTKEYWORDS_API_BASE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.smythmyke%2Fjackpotkeywords-mcp-server)<a href="https://mcptoplist.com/server/io.github.smythmyke%2Fjackpotkeywords-mcp-server"><img src="https://mcptoplist.com/badge/io.github.smythmyke%2Fjackpotkeywords-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
smythmyke
Other servers by smythmyke
- GovToolsPro#13,614 · 1 ver
- AI Patent Search#42,261 · 1 ver
- MarkItUp - AI Image Marketing and Annotation#42,287 · 1 ver
- Jackpot Keywords#47,504 · 2 vers
- Bull Generator#56,205 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 25, 2026 |
Frequently asked questions
- Who maintains JackpotKeywords?
- JackpotKeywords is maintained by smythmyke, which publishes 6 MCP servers (7 total versions) tracked on MCP Toplist.
- Is JackpotKeywords listed on the Official MCP Registry?
- Yes — JackpotKeywords is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does JackpotKeywords have?
- MCP Toplist tracks 1 version of JackpotKeywords, most recently published on May 25, 2026.
- Where can I find the source code for JackpotKeywords?
- The source code for JackpotKeywords is hosted at github.com/smythmyke/jackpotkeywords/tree/HEAD/mcp-server.