Skip to content
Cursor

mcp aider executor for Cursor

io.github.railkill/mcp-aider-executor

Model Context Protocol (MCP) server to execute aider-specific code editing operations

client:Cursor transport:stdio runtime:npm

Install mcp aider executor in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-aider-executor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-aider-executor"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp aider executor in other clients