Skip to content
Grok

simplecast mcp for Grok

io.github.mrfentmen/simplecast-mcp

Simplecast API: podcasts, episodes, analytics.

client:Grok transport:stdio runtime:npm

Install simplecast mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "simplecast-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "simplecast-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

simplecast mcp in other clients