Runrun.it MCP Server for Claude Desktop
io.github.znetinho/runrunit-n1
MCP server for Runrun.it: Tasks, Comments, Projects
client:Claude Desktop
transport:stdio
runtime:npm
Install Runrun.it MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"runrunit-n1": {
"command": "npx",
"args": [
"-y",
"mcp-runrunit"
],
"env": {
"RUNRUNIT_APP_KEY": "<RUNRUNIT_APP_KEY>",
"RUNRUNIT_USER_TOKEN": "<RUNRUNIT_USER_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs