MCP servers for
Coding Agents
84 servers in the catalog, aggregated from the official MCP registry, the reference server repo, and the community. Showing 84.
01The servers
5dive-ai/5dive-mcp
5dive-ai/5dive-mcpManage a 5dive agent fleet from any MCP client: file tasks, message and inspect agents, and read the fleet digest. Thin adapter over the 5dive CLI.
agent-blueprint/mcp-server
agent-blueprint/mcp-server8 MCP tools for exploring and downloading AI agent blueprints. List blueprints, get summaries, download full Agent Skills directories for implementation by coding agents. Vendor-agnostic output works with any enterprise platform. Install: `npx agentblueprint`.
agentic-mcp-tools/owlex
agentic-mcp-tools/owlexAI council server: query CLI agents (Claude Code, Codex, Gemini, and OpenCode) in parallel with deliberation rounds
ai.plori/plori
plori-ai/ploriGive your AI agent its own cloud computer. Create and drive hosted plori agents (persistent disk, real tools, memory that survives between sessions) over a remote MCP server: invoke an agent and read its reply, manage the human-in-the-loop queue, and schedule deferred runs. OAuth 2.1 sign-in or API key.
https://api.plori.ai/mcpHomepage ↗alpadalar/netops-mcp
alpadalar/netops-mcpComprehensive DevOps and networking MCP server providing standardized access to essential infrastructure tools. Features network monitoring, system diagnostics, automation workflows, and infrastructure management with AI-powered operational insights.
andreilungeanu/cursor-delegate-mcp
andreilungeanu/cursor-delegate-mcpDelegate multi-file implementation from Claude Code, Codex, or Copilot CLI to Cursor's CLI agent (Composer 2.5) over ACP. Returns a typed result — final message, agent-reported changed files, session id, and plan — instead of scraped terminal output. Plan mode drafts first, then resumes the same session to implement; clarifying questions come back as normal results rather than stalling. Ships plugin manifests for Claude Code, Codex, and Copilot. MIT.
aresyn/codex-control-plane-mcp
aresyn/codex-control-plane-mcpDurable control plane for long-running Codex Desktop tasks. Submit tasks asynchronously, poll operation/workflow state, approve Plan Mode, recover retries, and use hook-backed SQLite history for search and diagnostics.
askbudi/roundtable
askbudi/roundtableZero-configuration MCP server that unifies multiple AI coding assistants (Claude Code, Cursor, Codex) through intelligent auto-discovery and standardized interface. Essential infrastructure for autonomous agent development and multi-AI collaboration workflows.
automateyournetwork/pyATS_MCP
automateyournetwork/pyats_mcpCisco pyATS server enabling structured, model-driven interaction with network devices.
avansaber/tailtest-cline
avansaber/tailtest-clineAdversarial test generation for AI coding sessions. Detects language and framework; writes tests; runs them; classifies failures via R12 (real_bug / environment / test_bug). Ships 8 adversarial scenario categories. Works in Cline directly and in 8+ editors via Cline host coverage. 162 plugin tests. MIT.
aybelatchane/mcp-server-terminal
aybelatchane/mcp-server-terminalinteract with TUI/CLI applications through structured Terminal State Tree representation with element detection.
aymericzip/intlayer
aymericzip/intlayerA MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.
blakerouse/ssh-mcp
blakerouse/ssh-mcpMCP server exposing SSH control for Linux and Windows servers. Allows long running commands and the ability to perform commands on multiple hosts at the same time.
bshea-1/Routed
bshea-1/routedUniversal local router for Agent Skills across Cursor, Claude Code, Antigravity, and MCP clients with zero-token sub-20ms hybrid matching on local CPU.
claimidx/claimidx
claimidx/claimidxPrior art for coding agents: a signed claim index of failures other agents have already paid to solve. Ask before you retry. Ingest after you learn. pip install "git+https://github.com/claimidx/claimidx.git#egg=claimidx" then claimidx-mcp.
danieldoderlein/llm-bus
danieldoderlein/llm-busMulti-agent coordination bus over MCP: atomic gap-free claims, advisory file leases, a shared event ledger, presence, prose handoffs, and a task graph, so multiple coding agents (Claude Code, Cursor, Codex) stop colliding and re-deriving each other's work. Remote Streamable HTTP; self-hostable (AGPL-3.0) or hosted at llm-bus.com.
djerok/glm-mcp
djerok/glm-mcpRun GLM (Zhipu/Z.ai) as a real sub-agent inside Claude Code or GitHub Copilot. GLM gets its own agent loop (read/write/edit/run) on your repo — not a single LLM call — with peak-aware Opus-vs-GLM routing, diff/dry-run/git-revert oversight, and a usage ledger. ~10x cheaper than Opus. Requires a Z.ai GLM Coding Plan key.
doggybee/mcp-server-leetcode
doggybee/mcp-server-leetcodeAn MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access.
dugubuyan/agent-nexus
dugubuyan/agent-nexuseirikb/any-cli-mcp-server
eirikb/any-cli-mcp-serverUniversal MCP server that transforms any CLI tool into an MCP server. Works with any CLI that has `--help` output, supports caching for performance.
ejentum/ejentum-mcp
ejentum/ejentum-mcpMCP server with reasoning, code, anti-deception, and memory tools for AI agents.
elhamid/llm-council
elhamid/llm-councilMulti-LLM deliberation with anonymized peer review. Runs a 3-stage council: parallel responses → anonymous ranking → synthesis. Based on Andrej Karpathy's LLM Council concept.
eliottreich/taskbounty-mcp-server
eliottreich/taskbounty-mcp-serverMCP server for [TaskBounty](https://www.task-bounty.com). AI agents fix GitHub bugs (every fix ships with a regression test) and raise test coverage on your codebase. Posters draft and fund bounties from chat (Stripe Checkout); solvers submit PRs verified end-to-end in a sandbox. Paid in USDC, ETH, or BTC. 11 tools.
ezyang/codemcp
ezyang/codemcpCoding agent with basic read, write and command line tools.
ferrislucas/iterm-mcp
ferrislucas/iterm-mcpA Model Context Protocol server that provides access to iTerm. You can run commands and ask questions about what you see in the iTerm terminal.
foldwork-dev/mcp-injector
foldwork-dev/mcp-injectorLocal MCP daemon that pre-indexes your codebase into a SQLite catalog and serves AST-compressed snapshots to Claude Code, Cursor, and VS Code on every query. Reduces token usage by 41-89% on real codebases (verified across Django, Tokio, Gin, and more). Single Go binary, zero config. Free for codebases under 100K lines.
freema/openclaw-mcp
freema/openclaw-mcpMCP server for [OpenClaw](https://github.com/openclaw/openclaw) AI assistant integration. Enables Claude to delegate tasks to OpenClaw agents with sync/async tools, OAuth 2.1 auth, and SSE transport for Claude.ai.
g0t4/mcp-server-commands
g0t4/mcp-server-commandsRun any command with `run_command` and `run_script` tools.
gabrielmaialva33/winx-code-agent
gabrielmaialva33/winx-code-agentA high-performance Rust reimplementation of WCGW for code agents, providing shell execution and advanced file management capabilities for LLMs via MCP.
Get-Concord-AI/concord-mcp
get-concord-ai/concord-mcpCross-harness communication and shared work-state for Claude Code, Codex, Cursor, Gemini CLI, and Grok Build. Agents exchange live messages, claim scope before editing, preserve decisions, and hand off evidence through five MCP workflow tools.
hampsterx/claude-mcp-bridge
hampsterx/claude-mcp-bridgeWraps Claude Code CLI as MCP tools (query, search, structured, sessions) with subscription-first auth, cost metadata, budget caps, and granular tool sandboxing.
irskep/persistproc
irskep/persistprocMCP server + command line tool that allows agents to see & control long-running processes like web servers. Start, stop, restart, read logs.
jigyasudham/veto
jigyasudham/vetoA council of 49 specialist agents + 93 tools for every major AI CLI (Claude Code, Codex, Gemini, Cursor, Windsurf). Deterministic agents that optionally upgrade to LLM, a self-learning router, cross-CLI memory, and guards for dependency hallucinations and decision drift. No API keys; zero extra cost on subscriptions.
jinzcdev/leetcode-mcp-server
jinzcdev/leetcode-mcp-serverMCP server enabling automated access to **LeetCode**'s programming problems, solutions, submissions and public data with optional authentication for user-specific features (e.g., notes), supporting both `leetcode.com` (global) and `leetcode.cn` (China) sites.
juehang/vscode-mcp-server
juehang/vscode-mcp-serverA MCP Server that allows AI such as Claude to read from the directory structure in a VS Code workspace, see problems picked up by linter(s) and the language server, read code files, and make edits.
kagan-sh/kagan
kagan-sh/kaganAI-powered Kanban TUI and MCP server for autonomous development workflows. Orchestrates 14 coding agents across task tracking, isolated git worktrees, review, and merge.
Keesan12/martin-loop
keesan12/martin-loopGoverned MCP runtime for AI coding agents with budget caps, verifier gates, runaway-loop prevention, rollback evidence, and inspectable run receipts. Install: `npx -y @martinloop/mcp`.
npx -y @martinloop/mcpHomepage ↗lawrencehui/Citio
lawrencehui/citioSelf-hosted AI teammate in Slack: @mention it and Claude Code or Codex investigates CloudWatch logs, runs tests, and opens pull requests. The bundled MCP server holds all credentials (GitHub, AWS, Slack) so the agent never sees keys. One-command deploy to your own AWS. MIT.
louis030195/terminator-mcp-agent
mediar-ai/terminatorDesktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots. Supports workflow recording, structured data extraction, and browser DOM inspection.
Luckycat133/traecnclaw-mcp-skill
luckycat133/traecnclaw-mcp-skillLocal-first stdio MCP server and Agent Skill for TraeCN desktop automation on macOS, exposing exactly 20 focused tools through a durable local gateway.
maxim-saplin/mcp_safe_local_python_executor
maxim-saplin/mcp_safe_local_python_executorSafe Python interpreter based on HF Smolagents `LocalPythonExecutor`
micl2e2/code-to-tree
micl2e2/code-to-treeA single-binary MCP server that converts source code into AST, regardless of language.
misiektoja/kill-process-mcp
misiektoja/kill-process-mcpList and terminate OS processes via natural language queries
MladenSU/cli-mcp-server
mladensu/cli-mcp-serverCommand line interface with secure execution and customizable security policies
myelixlabs/synapse-mcp
myelixlabs/synapse-mcpLocal AST knowledge graph for AI coding agents. 50+ languages, 14 MCP tools, 100% local. Converts any codebase into a code-knowledge graph for microsecond structural vision, 30-60% token savings, and zero-breakage refactoring. Free tier + Pro.
nandhakumar-murugan/gemini-antigravity-bridge
nandhakumar-murugan/gemini-antigravity-bridgeBidirectional MCP bridge connecting Google Gemini Spark (cloud AI) with DeepMind Antigravity (local agentic IDE). Features 23 tools for autonomous coding subagent dispatch, cross-agent shared memory, local file operations, and orchestration of Spark connected apps (Canva, YouTube, Google Docs). `pip install gemini-antigravity-bridge`
pip install gemini-antigravity-bridgeHomepage ↗natiixnt/redcon
natiixnt/redconDeterministic repository context packing for AI coding agents: selects, compresses, caches, and budgets only the files a task needs. Measured 83% fewer input tokens at the same task coverage, no LLM in the loop. One MCP server for Claude Code, Cursor, Windsurf, Cline, and Zed. `pip install redcon`
pip install redconHomepage ↗nesquikm/mcp-rubber-duck
nesquikm/mcp-rubber-duckyour AI rubber duck debugging panel for explaining problems to various AI "ducks" and getting different perspectives
nihalxkumar/arch-mcp
nihalxkumar/arch-mcpArch Linux MCP Server to the Arch Linux ecosystem of the Arch Wiki, AUR, and official repositories for AI-assisted Arch Linux usage on Arch and non-Arch systems. Features include searching Arch Wiki and AUR, getting package info, checking for updates, installing packages securely, and analyzing PKGBUILDs.
ooples/mcp-console-automation
ooples/mcp-console-automationProduction-ready MCP server for AI-driven console automation and monitoring. 40 tools for session management, SSH, testing, monitoring, and background jobs. Like Playwright for terminal applications.
oraios/serena
oraios/serenaA fully-featured coding agent that relies on symbolic code operations by using language servers.
OthmaneBlial/term_mcp_deepseek
othmaneblial/term_mcp_deepseekA DeepSeek MCP-like Server for Terminal
pdavis68/RepoMapper
An MCP server (and command-line tool) to provide a dynamic map of chat-related files from the repository with their function prototypes and related files in order of relevance. Based on the "Repo Map" functionality in Aider.chat
polymatx/dibs
polymatx/dibsCoordination layer for parallel coding agents: TTL file claims stored in the git common dir (visible across every worktree instantly), enforcement hooks that block colliding edits in Claude Code and at commit time, agent presence, handoff notes, and git-committed lessons searchable with BM25. Single static binary — no server, no database.
preflight-dev/preflight
preflight-dev/preflight24-tool MCP server for Claude Code that catches vague prompts before they waste tokens. Includes 12-category prompt scorecards, session history search with LanceDB vectors, cross-service contract awareness, correction pattern learning, and cost estimation.
PsChina/deepseek-as-subagent
pschina/deepseek-as-subagentRun DeepSeek as a real sub-agent inside Claude Code / Codex CLI. DeepSeek gets its own 7-tool agent loop (Read/Write/Edit/Bash/Glob/Grep/NotebookEdit) in a sandboxed workspace, not just a single LLM call. Includes token-based command sandbox, pre-flight web-search pattern, and cross-platform installer.
PThrower/Strata
pthrower/strataAI ecosystem intelligence MCP server. Verified best practices, news, integrations, and MCP server directory across 22 AI ecosystems including Claude, ChatGPT, Gemini, LangChain, Groq, Cursor, and more. Claude-validated, injection-safe, refreshed twice daily. 📇 ☁️
Q00/ouroboros
q00/ouroborosLocal-first Agent OS for spec-first AI coding: interview → seed → execute → evaluate → evolve as a replayable, ledger-recorded workflow. MCP server exposes the full loop (interview, seed generation, seed execution, evaluation, evolve-step) so any MCP client can drive it across Claude Code, Codex, Gemini, and other CLI runtimes.
religa/multi-mcp
religa/multi_mcpParallel multi-model code review, security analysis, and AI debate with ChatGPT, Claude, and Gemini. Orchestrates multiple LLMs for compare, consensus, and OWASP Top 10 security checks.
rinadelph/Agent-MCP
rinadelph/agent-mcpA framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.
sena-labs/oz-mcp-server
sena-labs/ozbridgeBridges Warp's Oz coding agent to any IDE or MCP client (Claude Code, Cursor, Codex), plus native `@oz` in VS Code Copilot Chat. Independent project; uses only Warp's documented public interfaces. MIT.
shashankss1205/codegraphcontext
shashankss1205/codegraphcontextsim-xia/blind-auditor
sim-xia/blind-auditorA zero-cost MCP server that forces AI to self-correct generation messages using prompt injection, independent self-audition and context isolation.
sim-xia/skill-cortex-server
sim-xia/skill-cortex-serverAn MCP server that enable all IDEs/CLIs to access Claude Code Skills capabilities.
sipyourdrink-ltd/bernstein
sipyourdrink-ltd/bernsteinDeterministic multi-agent orchestrator for 37 CLI coding agents (Claude Code, Codex, Cursor, Aider, Gemini CLI, GitHub Copilot CLI, OpenHands, OpenCode, Goose, Qwen, Ollama, and more). MCP server mode (stdio + HTTP/SSE) exposes the orchestrator to any MCP client. Git worktree isolation per agent, HMAC-chained audit trail, cost-aware model routing via contextual bandit. Apache 2.0.
sonirico/mcp-shell
sonirico/mcp-shell🏎️ 🏠 🍎 🪟 🐧 Give hands to AI. MCP server to run shell commands securely, auditably, and on demand on isolated environments like docker.
spyrae/claude-concilium
spyrae/claude-conciliumMulti-agent AI consultation framework for Claude Code. Three MCP servers wrapping CLI tools (Codex, Gemini, Qwen) for parallel code review and problem-solving with fallback chains and error detection. Includes ready-to-use Claude Code skill.
sshahzaiib/agy-bridge
sshahzaiib/agy-bridgeDelegate heavy tasks from Claude Code (or any MCP client) to the Antigravity CLI (Gemini): file analysis, repo archaeology, web lookups, and adversarial second-opinion code reviews. Quota-aware model failover with cooldowns, per-tool timeouts, and multi-turn session continuity.
stippi/code-assistant
stippi/code-assistantCoding agent with basic list, read, replace_in_file, write, execute_command and web search tools. Supports multiple projects concurrently.
SunflowersLwtech/mcp_creator_growth
sunflowerslwtech/mcp_creator_growthIntelligent learning sidecar for AI coding assistants. Helps developers learn from AI-generated code changes through interactive blocking quizzes and provides agents with persistent project-specific debugging memory using silent RAG tools. Features 56% token optimization and multi-language support.
tiianhk/MaxMSP-MCP-Server
tiianhk/maxmsp-mcp-serverA coding agent for Max (Max/MSP/Jitter), which is a visual programming language for music and multimedia.
Touchpoint-Labs/touchpoint
touchpoint-labs/touchpointPlaywright for the entire OS. Gives AI agents the ability to see, find, and interact with UI elements in any desktop application.
TT-Wang/forge
tt-wang/forgeStructured planning, parallel execution in git worktrees, and deep validation for Claude Code. Turns a one-line objective into a validated DAG of modules executed by worker agents, each self-checked and cross-module-reviewed before merge-back. 7 MCP tools: `validate`, `validate_plan`, `memory_recall`, `memory_save`, `iteration_state` (per-run scoped, with stagnation/velocity/oscillation detection), `forge_logs`, `session_state`. Stdio-only. Zero telemetry.
tufantunc/ssh-mcp
tufantunc/ssh-mcpMCP server exposing SSH control for Linux and Windows servers via Model Context Protocol. Securely execute remote shell commands with password or SSH key authentication.
tumf/mcp-shell-server
tumf/mcp-shell-serverA secure shell command execution server implementing the Model Context Protocol (MCP)
umum-ai/claude-codex-bridge
umum-ai/claude-codex-bridgeRun Codex agents from Claude Code through MCP and Channels, with live progress notifications, mid-task steering, and saved session continuation.
VertexStudio/developer
vertexstudio/developerComprehensive developer tools for file editing, shell command execution, and screen capture capabilities
VibeKit-Bot/vibekit-mcp
vibekit-bot/vibekit-mcpMCP server for VibeKit. Lets an LLM in Claude Desktop, Cursor, or any MCP client build, deploy, and manage hosted apps and chat with each app's persistent server-side agent (every app gets its own agent and a live URL). Not to be confused with the unrelated `superagent-ai/vibekit` SDK.
wende/cicada
wende/cicadaCode Intelligence for Elixir: module search, function tracking, and PR attribution through tree-sitter AST parsing
wonderwhy-er/DesktopCommanderMCP
wonderwhy-er/desktopcommandermcpA swiss-army-knife that can manage/execute programs and read/write/search/edit code and text files.
wulun811/LiuHe
wulun811/liuheLLM-native code tools: 44 MCP tools for reading, understanding and modifying code (Rust tree-sitter parser + SQLite index + transactional writes). Repo map in 98ms, 128 concurrent under 512MB with zero OOM.
x51xxx/codex-mcp-tool
x51xxx/codex-mcp-toolMCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1)
x51xxx/copilot-mcp-server
x51xxx/copilot-mcp-serverMCP server that connects your IDE or AI assistant to GitHub Copilot CLI for code analysis, review, and batch processing
Yomiracle/trinity-lite
yomiracle/trinity-liteLocal-first task bus for CLI-based AI agents. Route work, persist state in SQLite, and let Codex, Claude Code, and other agents collaborate through a shared MCP server.
02Other categories
- Developer Tools483
- Finance & Fintech431
- Knowledge & Memory316
- Search & Data Extraction229
- Security215
- Other Tools and Integrations183
- Communication149
- Databases132
- Aggregators127
- Cloud Platforms121
- Workplace & Productivity111
- Browser Automation96
- Marketing94
- Art & Culture81
- Monitoring80
- Gaming63
- Multimedia Process61
- Social Media53
- Location Services53
- Travel & Transportation52
- Research48
- File Systems46
- Data Platforms45
- Biology Medicine and Bioinformatics44
- Data Science Tools41
- Sports39
- E-Commerce34
- Legal31
- Version Control30
6,000+ servers · one catalog · any agent