Developer Tools & Code Intelligence MCP servers connect AI models to code parsing, debugging runtimes, shell terminals, databases, and package documentation. This collection of 316 servers provides programmatic access to tools like Jupyter notebooks, Node.js debuggers, Laravel applications, and secure cloud sandboxes for developer workflows.
Developer Tools & Code Intelligence MCP servers let AI assistants inspect codebases, execute terminal commands, run isolated code sandboxes, query documentation, and manage runtime debugging. By exposing development environments through the Model Context Protocol, these servers bridge language models to active programming workflows, local filesystems, package registries, and database schemas.
When evaluating developer tools servers, consider three technical factors:
Several servers address common programming workflows: SMART-E2B provisions secure cloud sandboxes via E2B for executing untrusted code safely; MCP Node.js Debugger connects AI programming interfaces directly to active Node.js processes for runtime debugging; PermShell MCP provides guarded shell command execution with explicit user permission prompts; and Rust Docs MCP Server enables real-time lookups across crate documentation directly inside client conversations.
| MCP server | What it connects to | Type | Repository |
|---|---|---|---|
| MCP-Wait | MCP-Wait is an MCP server that pauses execution within an agentic workflow to allow external tasks or asynchronous processes to | Unknown | https://github.com/automation-ai-labs/mcp-wait |
| Volatility3 Mcp | Volatility3 Mcp is an MCP server that connects LLM clients to Volatility3, the open-source memory forensics framework. Designed for security | Open Source | https://github.com/Kirandawadi/volatility3-mcp |
| Svelte MCP | Svelte MCP is an MCP server that provides access to official Svelte documentation, code examples, and suggestions directly within Model | Open Source | https://github.com/sveltejs/mcp |
| MCP Node.js Debugger | MCP Node.js Debugger is an MCP server that provides runtime debugging access for running Node.js applications to AI programming tools | Unknown | https://github.com/hyperdrive-eng/mcp-nodejs-debugger |
| MCP Tasks Organizer | MCP Tasks Organizer is an MCP server that converts Cursor agent plans into structured markdown task lists and manages them | Unknown | https://github.com/huntsyea/mcp-tasks-organizer |
| xcsimctl | xcsimctl is an MCP server that provides structured control over Apple iOS simulators directly through Xcode command-line tools. Built for | Unknown | https://github.com/nzrsky/simctl-mcp-server |
| QA Sphere | QA Sphere is an MCP server that connects Large Language Models to the QA Sphere test management platform. Designed for | Unknown | https://github.com/Hypersequent/qasphere-mcp |
| McpDocServer | McpDocServer is an MCP server that indexes, crawls, and serves framework and library documentation directly to AI coding environments like | Unknown | https://github.com/ruan11223344/McpDocServer |
| MCP Workflow Orchestration Server | MCP Workflow Orchestration Server is an MCP server that provides storage, discovery, retrieval, and management of multi-step AI workflow playbooks | Unknown | https://github.com/cyanheads/workflows-mcp-server |
| MCP Proxy | MCP Proxy is an MCP server and proxy tool that allows clients to connect to Model Context Protocol servers over | Unknown | https://github.com/ubie-oss/mcp-proxy |
SMART-E2B is an effective choice for Claude Desktop users needing safe code execution, providing isolated cloud sandboxes via E2B. For users working with local data workflows, Python Notebook MCP allows Claude to inspect and edit Jupyter notebook files directly on the desktop.
To connect a server like MCP Node.js Debugger or PermShell MCP to Cursor, configure your client settings file with the appropriate executable path and arguments under the MCP configuration section. Once registered, Cursor can inspect runtime processes or request shell execution directly.
MySQL Schema MCP Server enables AI assistants to retrieve table structures and schema details for MySQL databases, while Python MSSQL MCP Server allows assistants to inspect schemas and run queries against Microsoft SQL Server instances.
Yes, MCP Installer is designed specifically to automate the installation and configuration of other Model Context Protocol servers directly through an AI client interface without manual configuration file edits.
Rust Docs MCP Server provides direct querying of up-to-date documentation for Rust crates, and RubyGems fetches gem metadata from the official registry. For framework workflows, PHP MCP Server for Laravel exposes application context directly to assistants.