Runrun.it MCP Server for Cursor
io.github.znetinho/runrunit-n1
MCP server for Runrun.it: Tasks, Comments, Projects
client:Cursor
transport:stdio
runtime:npm
Install Runrun.it MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"runrunit-n1": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-runrunit"
],
"env": {
"RUNRUNIT_APP_KEY": "<RUNRUNIT_APP_KEY>",
"RUNRUNIT_USER_TOKEN": "<RUNRUNIT_USER_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs