Skip to content
Claude Desktop

mcp aider executor for Claude Desktop

io.github.railkill/mcp-aider-executor

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

client:Claude Desktop transport:stdio runtime:npm

Install mcp aider executor in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp aider executor in other clients