MCP server that delegates all code writing to Cursor Composer 2 / Grok 4.5, so an orchestrator model never writes code directly.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cursor-mcp-server": {
"command": "npx",
"args": [
"-y",
"Villarley/cursor-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add cursor-mcp-server npx -y Villarley/cursor-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"cursor-mcp-server": {
"command": "npx",
"args": [
"-y",
"Villarley/cursor-mcp-server"
]
}
}
}