Skip to content
Grok

Runrun.it MCP Server for Grok

io.github.znetinho/runrunit-n1

MCP server for Runrun.it: Tasks, Comments, Projects

client:Grok transport:stdio runtime:npm

Install Runrun.it MCP Server 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": {
    "runrunit-n1": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-runrunit"
      ],
      "env": {
        "RUNRUNIT_APP_KEY": "<RUNRUNIT_APP_KEY>",
        "RUNRUNIT_USER_TOKEN": "<RUNRUNIT_USER_TOKEN>"
      }
    }
  }
}

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

Runrun.it MCP Server in other clients