Back to Apps

AiderMCP
by fuzemobi
Integrate Aider AI pair programming into Claude Desktop and Claude Code for powerful natural language code editing.
0 stars
Works in:claude
Exposes:Tools
What it does
AiderMCP is an MCP server that bridges the capabilities of Aider, a sophisticated AI pair programming tool, directly into Claude Desktop and Claude Code. It allows users to perform complex code edits, refactoring, and bug fixes using natural language while leveraging Aider's ability to manage multiple files and handle git commits automatically.
Tools
improve_code: Enhances code quality, adds type hints, and improves error handling.add_feature: Implements new features into the existing codebase.fix_bug: Diagnoses and resolves bugs within the project files.refactor: Restructures code for better performance and maintainability.get_status: Provides git status and recent commit history.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"aider": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/fuzemobi/AiderMCP.git",
"aider-mcp-server"
],
"env": {
"GEMINI_API_KEY": "your-gemini-key-here",
"ANTHROPIC_API_KEY": "your-anthropic-key-here",
"OPENAI_API_KEY": "your-openai-key-here"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
uvx --from git+https://github.com/fuzemobi/AiderMCP.git aider-mcp-serverInformation
- Pricing
- free
- Published
- 7/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add the uvx command and API keys to claude_desktop_config.json as shown in the description.





