Inspect keys, run commands, and debug Redis from an AI agent.
- Home
- Top MCPs for Developer Tools
Best Developer Tools MCP Servers in 2026
Find the best developer-tool MCPs for Claude, Cursor, and VS Code. Ranked for coding workflows, IDE integration, and daily developer productivity — verified for 2026.
About Developer Tools MCP servers
The best MCP servers for developer tools give an AI coding assistant the same surface area a senior engineer has at their terminal: accurate library documentation, safe code execution, version control, and a path into the local filesystem. The category exists because LLMs hallucinate API signatures, get fooled by stale training data, and waste tokens re-deriving syntax the docs already encode. A good developer-tools MCP closes those gaps with a single config block.
Choose by the gap you feel most. If your model keeps inventing function names that do not exist, install Context7 for current, version-pinned library docs. If you want the agent to actually run the code it writes — and contain the blast radius — pick a sandboxed runtime like E2B. If the agent should stage commits, browse diffs, or read a sibling file outside the open project, pair the Git and Filesystem servers. Most developer stacks end up running three to five MCPs side by side; clients like Claude Desktop, Cursor, and VS Code surface them all simultaneously.
Common mistakes: connecting a developer-tools MCP with credentials scoped to production instead of a sandbox, installing five overlapping search/docs servers and confusing the model, or skipping the verification step after install — every server below lists a one-line "claude mcp add" or JSON snippet plus the smoke test that proves it is wired up. Start with one MCP per concrete workflow problem, verify it in a single conversation, then layer on the next.
All Developer Tools MCPs
10 MCPs ranked by popularity. Filter by attribute or search by name.
10 of 10 MCPs
| # | MCP | Tags | Setup | Complexity | Labels | |
|---|---|---|---|---|---|---|
| 1 | Redis Inspect keys, run commands, and debug Redis from an AI agent. | database, cache | 3 min | Low | Official | |
| 2 | Git Local Git operations: commit, diff, log, branch, and more. | git, local | 2 min | Low | Official | |
| 3 | GitHub Full GitHub API access: repos, PRs, issues, and code search. | git, github | 5 min | Low | Official | |
| 4 | Semgrep Open-source SAST scanning against custom rules from an AI agent. | security, sast | 5 min | Low | Official | |
| 5 | Bitbucket Manage Bitbucket Cloud repos, pipelines, and pull requests from an AI agent. | git, bitbucket | 10 min | Medium | Official | |
| 6 | Sentry Triage errors, inspect traces, and query events from Sentry. | sentry, errors | 3 min | Low | Official | |
| 7 | GitLab Full GitLab API access: repos, MRs, issues, pipelines, and registries. | git, gitlab | 5 min | Low | ||
| 8 | Context7 Up-to-date library docs pulled directly into your AI context. | coding, documentation | 3 min | Low | ||
| 9 | Gitea Self-hosted Git server — manage repos, issues, and PRs from an AI agent. | git, gitea | 10 min | Medium | ||
| 10 | Sourcegraph Cross-repo code search, navigation, and Deep Search via the official Sourcegraph MCP. | sourcegraph, code-search | 10 min | Medium | Official |
Choose the right MCP
Quick decision guide based on your use case.
| If you need… | Start with |
|---|---|
| You need accurate library docs | Start with Context7 |
| You want safe code execution | Use E2B |
| You want to stage commits from the agent | Use the Git MCP |
Top Developer Tools MCPs ranked
Detailed cards with setup time, complexity, and key labels.
Open-source SAST scanning against custom rules from an AI agent.
Manage Bitbucket Cloud repos, pipelines, and pull requests from an AI agent.
Triage errors, inspect traces, and query events from Sentry.
Full GitLab API access: repos, MRs, issues, pipelines, and registries.
Up-to-date library docs pulled directly into your AI context.
Self-hosted Git server — manage repos, issues, and PRs from an AI agent.
Cross-repo code search, navigation, and Deep Search via the official Sourcegraph MCP.
Archived (historical reference)
2 Developer Tools entries are archived — the upstream package was deprecated or pulled, or a documented security issue applies. The detail page is preserved for historical reference and migration guidance, but these are NOT current editorial picks.
Also in the ChatGPT Apps directory
1 Developer Tools brand is available as one-click ChatGPT Apps. These are not ranked alongside the editorial picks above — they're listings from chatgpt.com/apps surfaced here for brand-search continuity.
FAQ: Developer Tools MCPs
Which MCP should I install first as a developer?
Context7 for accurate library docs, Filesystem for local code access, and GitHub or Git for version control. Those three cover 80% of daily developer workflows.
Do I need a developer-focused MCP if I use Cursor?
Yes. Cursor handles the editor UX; MCPs extend what the agent inside Cursor can actually do — fetching current docs (Context7), running code safely (E2B), or touching your filesystem beyond the open project.
