mcpbeat Sign in

MCP Aider Executor MCP Server

local only

MCP Aider Executor runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 16 May 2026.

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

Installs per day peak 27 · avg 10 · +25% w/w
a month agotoday
38
Installs / week
npm · mcp-aider-executor
0
Stars
0 open issues
16 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/utils/executor.ts:11
      const child = spawn(command, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-aider-executor -- npx -y mcp-aider-executor
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-aider-executor": {
      "args": [
        "-y",
        "mcp-aider-executor"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-aider-executor]
command = "npx"
args = ["-y", "mcp-aider-executor"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-aider-executor": {
      "args": [
        "-y",
        "mcp-aider-executor"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-aider-executor": {
      "args": [
        "-y",
        "mcp-aider-executor"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Aider Executor

same job, measured the same way
Cerebras Code MCP
by kevint-cerebras

Model Context Protocol (MCP) server for Cerebras to make coding faster in AI-first IDEs

88 installs/wk local only
gitea-mcp
by werebear73

Model Context Protocol server for Gitea (and Forgejo, Codeberg).

241 installs/wk local only
Procm
by coder-ka

A Model Context Protocol (MCP) server for process management.

75 installs/wk local only
Kubeview
by mikhae1

Read-only Model Context Protocol MCP server enabling code-driven AI analysis of Kubernetes clusters.

381 installs/wk local only
Heroku Code MCP
by dsouzaanush

Search and execute Heroku Platform API operations

local only
GPT Image
by codechap

MCP server for OpenAI GPT image generation and editing

local only
Grok Video
by codechap

MCP server for Grok video — text-to-video, image-to-video, and video editing

local only
Code Executor MCP
by csoai-org

Code Executor MCP Server by MEOK AI Labs

207 installs/wk local only

MCP Aider Executor — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Aider Executor?
MCP Aider Executor runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-aider-executor was installed 38 times last week.
How do I connect MCP Aider Executor?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-aider-executor straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Aider Executor?
The npm package mcp-aider-executor was installed 38 times in the last week. Week over week that is +25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Aider Executor open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.