MCP Example Servers
Official and community reference implementations showcase the versatility of MCP for exposing tools and data to AI models.
Official Reference Servers
- Fetch: Converts web content into LLM-friendly formats.
- Filesystem: Secure local file operations with path scoping.
- Git: Tools for reading, searching, and manipulating repositories.
- Memory: Persistent knowledge-graph-based memory.
- Sequential Thinking: Reflective problem-solving via thought sequences.
- Everything: A comprehensive test server covering tools, resources, and prompts.
Quick Start (Direct Execution)
- TypeScript (npx):
npx -y @modelcontextprotocol/server-memory - python (uvx):
uvx mcp-server-git
Official Integrations
Many companies maintain official MCP servers for their platforms:
- GitHub: Repository and issue management.
- Slack: Channel and message interaction.
- Brave Search: Real-time web search results.
- Google Drive: Document access and retrieval.
References
- Source:
00_Raw/mcp/Example Servers.md - mcp-server-features
- mcp-local-connections
- mcp-example-clients
- mcp-sdks