Skip to content

jackpotkeywords mcp server for Zed

io.github.smythmyke/jackpotkeywords-mcp-server

AI-powered keyword research, SEO audits, and AI-visibility scans via the JackpotKeywords REST API.

client:Zed transport:stdio runtime:npm

Install jackpotkeywords mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "jackpotkeywords-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "jackpotkeywords-mcp-server"
      ],
      "env": {
        "JACKPOTKEYWORDS_API_KEY": "<JACKPOTKEYWORDS_API_KEY>",
        "JACKPOTKEYWORDS_API_BASE": "<JACKPOTKEYWORDS_API_BASE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

jackpotkeywords mcp server in other clients