MCP
Link
https://modelcontextprotocol.io/
MCP is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect your devices to various peripherals and accessories, MCP provides a standardized way to connect AI models to different data sources and tools.
Resources
Introductory
Server listings/registries
- Glama - based on punkpeye/awesome-mcp-servers
- modelcontextprotocol/servers
- MCP Directory
- MCP Index | The Directory of Model Context Protocol Servers
- MCP Now
- Best MCP Servers and Clients List
- MCP Server Info
- Awesome MCP Servers
- mcp.so
- Smithery
Notable servers
- Anthropic
- Reference implementations
- Filesystem
- Sequential Thinking - a tool for dynamic and reflective problem-solving through a structured thinking process
- Reference implementations
- Context7 - Up-to-date documentation for LLMs and AI code editors
- DigitalOcean
- GitHub
Clients (hosts)
- [[Claude#[Claude Code](https //www.anthropic.com/claude-code)|Claude Code]]
- [[Claude#[Claude Desktop](https //claude.ai/download)|Claude Desktop]]
- Continue
- Cursor
- [Microsoft Copilot](…/Microsoft Copilot/) Studio
- Roo Code
- [VS Code](…/Microsoft Visual Studio Code/)
- [Augment Code](…/Augment Code/)
- Cline
- [GitHub Copilot](…/GitHub Copilot/) (in agent mode)
- Windsurf (formerly Codeium)
FAQ
Filesystem MCP server PoC with Claude Desktop
- Install filesystem MCP server:
- In Claude Desktop, click “Settings” > “Developer” > “Edit Config”
- In the opened directory, open
claude_desktop_config.json
(e.g. using [VS Code](…/Microsoft Visual Studio Code/)) - Insert the following snippet (assuming the file is still empty):
- Replace
/path/to/your/folder
with the absolute path to the folder you want to make available. - Save
claude_desktop_config.json
. - Restart Claude Desktop.
- In your user prompt, nudge Claude to use your filesystem to answer the request, e.g. “Using my filesystem, tell me …”.