← Index

Runrun.it MCP Server

io.github.zNetinho/runrunit-n1·v1.0.0·Other
Quality Score
88
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "runrunit-n1": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-runrunit"
      ],
      "env": {
        "RUNRUNIT_APP_KEY": "<your-runrunit_app_key>",
        "RUNRUNIT_USER_TOKEN": "<your-runrunit_user_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "runrunit-n1": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-runrunit"
      ],
      "env": {
        "RUNRUNIT_APP_KEY": "<your-runrunit_app_key>",
        "RUNRUNIT_USER_TOKEN": "<your-runrunit_user_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-runrunit
§02  Environment variables
RUNRUNIT_APP_KEY
requiredsecret

Runrun.it API App-Key (application key)

RUNRUNIT_USER_TOKEN
requiredsecret

Runrun.it API User-Token (user authentication)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other