jlowin / awesome-mcp-servers

A collection of MCP servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome MCP Servers Awesome

A curated list of awesome Model Context Protocol (MCP) servers.

What is MCP?

MCP is an open protocol that enables AI models to securely interact with local and remote resources through standardized server implementations. This list focuses on production-ready and experimental MCP servers that extend AI capabilities through file access, database connections, API integrations, and other contextual services.

Tutorials

Community

Legend

  • πŸŽ–οΈ – official implementation
  • 🐍 – Python codebase
  • πŸ“‡ – TypeScript codebase
  • 🏎️ – Go codebase
  • ☁️ - Cloud Service
  • 🏠 - Local Service

Server Implementations

πŸ“‚ Browser Automation topβ‡ˆ

Web content access and automation capabilities. Enables searching, scraping, and processing web content in AI-friendly formats.

☁️ Cloud Platforms topβ‡ˆ

Cloud platform service integration. Enables management and interaction with cloud infrastructure and services.

  • Cloudflare MCP Server πŸŽ–οΈ πŸ“‡ ☁️ - Integration with Cloudflare services including Workers, KV, R2, and D1

πŸ’¬ Communication topβ‡ˆ

Integration with communication platforms for message management and channel operations. Enables AI models to interact with team communication tools.


πŸ—„οΈ Databases topβ‡ˆ

Secure database access with schema inspection capabilities. Enables querying and analyzing data while maintaining read-only safety by default.


πŸ“‚ File Systems topβ‡ˆ

Provides direct access to local file systems with configurable permissions. Enables AI models to read, write, and manage files within specified directories.


🧠 Knowledge & Memory topβ‡ˆ

Persistent memory storage using knowledge graph structures. Enables AI models to maintain and query structured information across sessions.


πŸ—ΊοΈ Location Services topβ‡ˆ

Geographic and location-based services integration. Enables access to mapping data, directions, and place information.


πŸ“Š Monitoring topβ‡ˆ

Access and analyze application monitoring data. Enables AI models to review error reports and performance metrics.


πŸ”Ž Search topβ‡ˆ

Web search capabilities.


πŸ”„ Version Control topβ‡ˆ

Interact with Git repositories and version control platforms. Enables repository management, code analysis, pull request handling, issue tracking, and other version control operations through standardized APIs.


πŸ› οΈ Other Tools and Integrations topβ‡ˆ

Frameworks

  • Genkit MCP πŸ“‡ – Provides integration between Genkit and the Model Context Protocol (MCP).
  • @modelcontextprotocol/server-langchain 🐍 - Provides MCP tool calling support in LangChain, allowing for the integration of MCP tools into LangChain workflows.
  • mark3labs/mcp-go 🏎️ - Golang SDK for building MCP Servers and Clients.

Tips and Tricks

Official prompt to inform LLMs how to use MCP

Want to ask Claude about Model Context Protocol?

Create a Project, then add this file to it:

https://modelcontextprotocol.io/llms-full.txt

Now Claude can answer questions about writing MCP servers and how they work

About

A collection of MCP servers.

License:MIT License