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

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