MCP Server for RunRun.it integration with Claude and Cowork. Synchronizes engineering project management data.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"runrun-mcp-server": {
"command": "npx",
"args": [
"-y",
"Levivertec/runrun-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add runrun-mcp-server npx -y Levivertec/runrun-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"runrun-mcp-server": {
"command": "npx",
"args": [
"-y",
"Levivertec/runrun-mcp-server"
]
}
}
}