Best Coding Agents MCP Servers for Claude Desktop
Connect coding agents tools to Claude Desktop using MCP servers. These servers let Claude Desktop interact with coding agents resources, enabling powerful AI-assisted workflows for developers.
0 Coding Agents Servers for Claude Desktop
Claude Desktop Configuration
Add coding agents MCP servers to your Claude Desktop configuration at ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/you/projects"]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_your_token_here"
}
},
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost:5432/mydb"]
},
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "your_brave_api_key_here"
}
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}Coding Agents Servers for Other Clients
Other Categories for Claude Desktop
File Systems MCP Servers for Claude DesktopDatabases MCP Servers for Claude DesktopAPIs MCP Servers for Claude DesktopCloud Services MCP Servers for Claude DesktopDeveloper Tools MCP Servers for Claude DesktopAnalytics MCP Servers for Claude DesktopCommunication MCP Servers for Claude DesktopBusiness Applications MCP Servers for Claude DesktopBrowser Automation MCP Servers for Claude DesktopSearch & Data Extraction MCP Servers for Claude DesktopKnowledge & Memory MCP Servers for Claude DesktopFinance & Fintech MCP Servers for Claude DesktopSecurity MCP Servers for Claude DesktopData Science & ML MCP Servers for Claude DesktopVersion Control MCP Servers for Claude DesktopMarketing & SEO MCP Servers for Claude DesktopMonitoring & Observability MCP Servers for Claude Desktop