aider-mcp-server
Aider MCP Server is an experimental server that offloads AI coding tasks to enhance development efficiency.
This server allows Claude Code to delegate certain coding tasks to Aider, an open source AI coding assistant. By utilizing Aider, developers can reduce costs and maintain control over their coding models, enabling a more orchestrative approach to code review and revision. The server is designed to streamline the coding process and improve overall productivity by leveraging AI capabilities.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"aider-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aider-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions