Skip to content

Top 40 Community MCP Servers

The MCP ecosystem has grown exponentially, with hundreds of servers available. This guide presents the 40 most valuable MCP servers for modern software engineering, organized by category and use case.

Essential for any development workflow - these servers connect your AI to your code history and collaboration platform.

ServerPurposeAuth RequiredQuick Install
GitDirect git CLI operationsNone (local)npx -y @modelcontextprotocol/git@latest
GitHubFull GitHub API accessPAT/OAuthUse hosted: https://api.githubcopilot.com/mcp/
GitLabSelf-hosted/SaaS GitLabPATnpx -y @mcp/gitlab@latest
BitbucketAtlassian ecosystemApp passwordnpx -y @atlassian/bitbucket-mcp-server
GiteaLightweight self-hostedAPI tokennpx -y @gitea/mcp-server

Pro Tip

Start with Git for local operations and add your primary hosting platform (GitHub, GitLab, etc.) for remote operations like PR management.

Automate your entire build pipeline through natural language commands.

CircleCI

  • Inspect jobs and logs
  • Restart workflows
  • Approve deployments

Install: npx -y @circleci/mcp-server-circleci

Jenkins

  • Trigger builds
  • Query job status
  • Legacy integration

Install: npx -y jenkins-mcp-server

Bitrise

  • Mobile-first CI
  • iOS/Android builds
  • App distribution

Install: npx -y @bitrise-io/mcp-server

Azure DevOps

  • Boards & Repos
  • Pipelines
  • Microsoft stack

Use: https://mcp.azure.com/

Provision and manage cloud resources without leaving your IDE.

Terminal window
# Full AWS resource management
docker run -e AWS_ACCESS_KEY_ID=... \
-e AWS_SECRET_ACCESS_KEY=... \
ghcr.io/aws/mcp-server
# Capabilities:
# - S3 bucket operations
# - Lambda function management
# - EKS cluster control
# - EC2 instance provisioning
PlatformFocus AreaInstall Command
CloudflareEdge computing, Workers, R2npx -y cloudflare-mcp
DigitalOceanSimple cloud resourcesnpx -y digitalocean-mcp
KubernetesContainer orchestrationnpx -y kubernetes-mcp-server
Docker HubImage managementUse: https://mcp.docker.com/

Natural language database operations across SQL and NoSQL systems.

PostgreSQL

Production-ready SQL

  • Schema introspection
  • Query optimization
  • Migration support
Terminal window
docker run -e PG_URL=... pg-mcp-server

Redis

In-memory operations

  • KV store access
  • Stream processing
  • Vector search
Terminal window
npx -y @redis/mcp-redis

MongoDB

Document store

  • Natural language queries
  • Aggregation pipelines
  • Index management
Terminal window
npx -y @mongodb/mcp-server

Elasticsearch

Full-text search

  • Log analytics
  • Search queries
  • Index operations
Terminal window
npx -y elasticsearch-mcp
  • ClickHouse: OLAP analytics (npx -y clickhouse-mcp-server)
  • Chroma: Vector DB for AI (npx -y chroma-mcp)
  • GreptimeDB: Time-series metrics (npx -y greptimedb-mcp)

Keep your systems healthy with AI-assisted monitoring.

  1. Sentry - Error tracking and performance

    Terminal window
    npx -y sentry-mcp
    # Query issues, stack traces, release health
  2. Grafana - Metrics visualization

    Terminal window
    npx -y grafana-mcp
    # Search dashboards, run PromQL queries
  3. Dynatrace - APM and diagnostics

    Terminal window
    npx -y dynatrace-mcp
    # Live performance data, problem detection
ToolPurposeInstall
SonarQubeStatic analysisnpx -y sonarqube-mcp-server
CodacyCode review automationnpx -y codacy-mcp

Essential Testing Stack

  1. Playwright - Cross-browser testing

    Terminal window
    npx -y @playwright/mcp@latest
  2. BrowserStack - Cloud device testing

    Terminal window
    npx -y browserstack-mcp
  3. Debugg.AI - AI-driven E2E testing

    Terminal window
    npx -y debuggai-mcp

Connect your AI to your team’s workflow.

PlatformBest ForInstall
LinearModern product teamshttps://mcp.linear.app/sse
JiraEnterprise workflowshttps://mcp.atlassian.com/jira/
GitHub IssuesOpen source projectsVia GitHub MCP
Azure BoardsMicrosoft teamsVia Azure MCP

The Swiss Army knives of the MCP ecosystem.

Fetch

Safe web scraping and API calls

Terminal window
npx -y @modelcontextprotocol/fetch

Filesystem

Local file operations

Terminal window
npx -y @modelcontextprotocol/filesystem

Time

Timezone and date calculations

Terminal window
npx -y @modelcontextprotocol/time

Everything

Kitchen sink for testing

Terminal window
npx -y @modelcontextprotocol/everything
  1. Git - Local version control
  2. GitHub/GitLab - Remote collaboration
  3. Filesystem - File operations
  4. PostgreSQL/MongoDB - Your primary database
  5. Slack/Linear - Team communication

Add to starter:

  • AWS/Azure/GCP - Cloud infrastructure
  • Playwright - Browser testing
  • Sentry - Error monitoring
  • Docker/Kubernetes - Container management
  • CircleCI/Jenkins - CI/CD automation

Include specialized tools:

  • SonarQube - Code quality gates
  • Confluence - Documentation
  • Grafana - Metrics dashboards
  • Multiple databases - Polyglot persistence
  • Compliance tools - Audit and security
  1. Start Small: Begin with 3-5 essential servers
  2. Use Docker When Possible: Isolate server environments
  3. Monitor Performance: Too many servers can slow AI responses
  4. Rotate Credentials: Regular token rotation for security
  5. Document Your Stack: Share configurations with your team
Terminal window
# NPX pattern (most common)
npx -y @organization/mcp-server-name
# Docker pattern (for isolation)
docker run -e API_KEY=... image-name
# Remote URL pattern (hosted servers)
--url https://api.service.com/mcp/
# Local development
claude mcp add [name] -s user -- [command]
Terminal window
# List available tools
"Show me all available MCP tools"
# Test a specific server
"Test the GitHub MCP connection"
# Check server status
"Which MCP servers are currently active?"

Ready to expand your MCP toolkit?

Custom MCP Development

Build your own MCP server

MCP Best Practices

Optimize your MCP workflow

Enterprise Integration

Scale MCP across teams