Awesome MCP Servers

Active
GitHub Unknown MIT

Description

A curated collection of hundreds of community-verified MCP server implementations spanning databases, search engines, dev tools, browser automation, and more, helping developers quickly discover and integrate MCP services for their use cases.

Key Features

  • Most comprehensive MCP server directory - hundreds of community-verified server implementations, continuously updated
  • Multi-language coverage - includes TypeScript, Python, Go, Rust, C#, Java, Ruby and more
  • Well-organized categories - 30+ categories including databases, browser automation, dev tools, search, file systems
  • Online web directory - searchable browsing interface at glama.ai/mcp/servers
  • Standardized labeling system - icons for cloud/local, OS compatibility, and programming language

Use Cases

💡 Find suitable MCP server integrations for AI applications
💡 Explore implementation patterns and best practices across the MCP ecosystem
💡 Filter MCP services by category for specific use cases (databases, search, automation)
💡 Serve as reference implementations and learning resources for MCP server developers

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (92.4k stars)
  • Permissive open-source license (MIT)

Categories

Quick Start

# Clone the repo to browse the full list
git clone https://github.com/punkpeye/awesome-mcp-servers.git
cd awesome-mcp-servers

# Or visit the online directory directly
# https://glama.ai/mcp/servers

# After finding an MCP server, install it per its documentation
# Example: install a TypeScript MCP server
npx -y @some-org/mcp-server-name

Related Projects

MCP C# SDK

4.5k · C#
Active A

The official C# SDK for the Model Context Protocol, maintained in collaboration with Microsoft, enabling developers to build MCP servers and clients in the .NET ecosystem.

mcpcsharpsdk +2
  • · Official C# SDK for Model Context Protocol maintained in collaboration with Microsoft
  • · Three-tier package architecture: Core (minimal), Main (hosting+DI), and AspNetCore (HTTP servers)
  • · Full MCP client and server implementation for .NET applications and services

MCP Go SDK

5.0k · Go
Active A

The official Go SDK for the Model Context Protocol, maintained in collaboration with Google, enabling developers to build MCP servers and clients in the Go ecosystem.

mcpgosdk +2
  • · Official Go SDK for the Model Context Protocol maintained with Google collaboration
  • · Full MCP spec implementation supporting latest 2025-11-25 protocol version
  • · Modular packages: mcp (clients/servers), jsonrpc (custom transports), auth (OAuth), oauthex (extensions)

WordPress MCP Adapter

1.6k · PHP
Active A

An MCP adapter that bridges the Abilities API to the Model Context Protocol, enabling MCP clients to discover and invoke WordPress plugin, theme, and core abilities programmatically.

phpmcptools +2
  • · Ability-to-MCP conversion — automatically transforms WordPress Abilities into MCP tools, resources, and prompts
  • · Multi-server management — create and manage multiple MCP servers with unique configurations
  • · Extensible transport layer — HTTP, STDIO, and custom transport support with multi-transport configuration

Related Articles