Best Developer Tools MCP Servers for Claude Code CLI

Connect developer tools tools to Claude Code CLI using MCP servers. These servers let Claude Code CLI interact with developer tools resources, enabling powerful AI-assisted workflows for developers.

30 Developer Tools Servers for Claude Code CLI

Filesystem Server

Secure file operations with configurable access controls

5,410 starsnpm

Memory Server

Knowledge graph-based persistent memory system

5,410 starsnpm

Git

Version control operations

5,410 starsnpm

Puppeteer

Browser automation and web scraping

5,410 starsnpm

GitHub Official

Official GitHub integration with comprehensive API coverage

1,200 starsmanual

AWS Labs MCP Suite

Comprehensive AWS services integration suite

950 starspip

Kubernetes

Native Kubernetes API integration for cluster management

450 starsnpm

Docker

Container management and orchestration

680 starspip

Terraform

Infrastructure as Code management

420 starsmanual

Notion

Workspace and knowledge management

280 starspip

Jira

Issue tracking and project management

390 starspip

Linear

Modern issue tracking for software teams

310 starsnpm

Grafana

Observability and monitoring dashboards

380 starsmanual

Azure

Microsoft Azure cloud services integration

520 starspip

Google Cloud Platform

Google Cloud services integration

480 starspip

Vercel

Frontend deployment and hosting platform

360 starsnpm

Netlify

JAMstack deployment and hosting

320 starsnpm

Confluence

Team collaboration and documentation

280 starspip

Playwright MCP

Browser automation and testing via Microsoft Playwright

33,000 starsnpm

Context7

Fetch up-to-date library documentation for AI coding agents

55,000 starsnpm

Sequential Thinking

Structured step-by-step reasoning for complex problem solving

5,410 starsnpm

Figma Context MCP

Design-to-code bridge with Figma file access

15,000 starsnpm

Sentry MCP

Error tracking and performance monitoring via Sentry

1,000 starsnpm

GitLab MCP

GitLab repository and project management

5,410 starsnpm

Time MCP

Timezone conversion and time-related operations

5,410 starspip

Blender MCP

3D modeling and scene manipulation via Blender

22,000 starspip

Claude Task Master

AI-powered task management and project planning

27,000 starsnpm

Mobile MCP

Android and iOS device automation and testing

5,000 starsnpm

dbt MCP

Data build tool integration for analytics engineering

560 starspip

Markitdown

Convert documents, PDFs, and files to markdown

120,000 starspip

Claude Code CLI Configuration

Add developer tools MCP servers to your Claude Code CLI configuration at .claude/settings.json or --mcp flag:

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/home/you/projects/myapp"]
    },
    "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"]
    }
  }
}

Related Resources