Official Model Context Protocol Servers

The canonical collection of official and community-contributed MCP servers.

Categories
Building the App
TypeScript
Our Take

This is the ground-truth repository for the Model Context Protocol ecosystem. It serves not only as a library of ready-to-use tools but also as the best reference implementation for anyone looking to build their own MCP-compliant server. A foundational piece of infrastructure for the agentic AI era.

Quick Start
```bash
git clone https://github.com/modelcontextprotocol/servers.git
cd servers
# Follow specific server's README for setup
```

Related Tools