MCP server for JackpotKeywords — AI keyword research and AI-visibility (AEO) scanning over the public REST API
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"jackpotkeywords-mcp-": {
"command": "npx",
"args": [
"-y",
"smythmyke/jackpotkeywords-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add jackpotkeywords-mcp- npx -y smythmyke/jackpotkeywords-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"jackpotkeywords-mcp-": {
"command": "npx",
"args": [
"-y",
"smythmyke/jackpotkeywords-mcp-server"
]
}
}
}