`corun-mcp-server` is a standalone Python MCP server that gives external LLM clients read and write access to a [corun-ai](https://github.com/BNLNPPS/corun-ai) instance.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"corun-mcp-server": {
"command": "uvx",
"args": [
"corun-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add corun-mcp-server uvx corun-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"corun-mcp-server": {
"command": "uvx",
"args": [
"corun-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install corun-mcp-server