Skip to content
Grok

raportagent mcp for Grok

io.github.raportagent/raportagent-mcp

Sourced market and compliance research for Claude Desktop, Claude Code and Cursor.

client:Grok transport:stdio runtime:npm

Install raportagent 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": {
    "raportagent-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@raportagent/mcp"
      ],
      "env": {
        "RAPORTAGENT_API_KEY": "<RAPORTAGENT_API_KEY>",
        "RAPORTAGENT_BASE_URL": "<RAPORTAGENT_BASE_URL>"
      }
    }
  }
}

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

raportagent mcp in other clients