Skip to content
Grok

APIFreaks MCP for Grok

io.github.api-freaks/apifreaks-mcp

APIFreaks MCP: live APIs for agents. Enable modules with ENABLE_MODULES; discover via list_modules.

client:Grok transport:stdio runtime:npm

Install APIFreaks MCP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "apifreaks-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@apifreaks/mcp"
      ],
      "env": {
        "APIFREAKS_API_KEY": "<APIFREAKS_API_KEY>",
        "ENABLE_MODULES": "<ENABLE_MODULES>"
      }
    }
  }
}

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

APIFreaks MCP in other clients