Aider MCP server provides AI agents with code editing capabilities. It connects to Git repositories and exposes tools for code analysis, generation, and editing. Developers use it to automate code reviews, generate tests, and refactor code.
Aider MCP server provides AI agents with code editing capabilities. It connects to Git repositories and exposes tools for code analysis, generation, and editing. Developers use it to automate code reviews, generate tests, and refactor code.
pip install aider-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"disler-aider-mcp-server-github": {
"command": "uvx",
"args": [
"pip install aider-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from aider?"
API Key Required
This server requires an API key from aider. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| AIDER_API_KEY | Yes | Your aider API key |
"What resources are available in aider?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in aider"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in aider with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.