Model Context Protocol
Properties
created
21.02.2025, 15:17
modified
03.04.2026, 12:06
published
Empty
sources
Introducing the Model Context Protocol · MCP Github · MCP Docs · Claude can now connect to your world
topics
MCP
authors
Empty
ai-assisted
No
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.
# Topics
# Spec Releases
- The 2026-07-28 MCP Specification Release Candidate
- 2026-05-21 — RC for the next spec: stateless protocol core, Extensions framework, Tasks, MCP Apps, OAuth/OIDC-aligned authorization, formal deprecation policy
# Resources
- FastMCP
- The fast, Pythonic way to build MCP servers and clients
- Like FastAPI but for MCP
- So basically go to option for any project
- Many additional features such as Code Mode, Tool Search etc.
- jlowin/fastmcp
- 23.2k stars
- Resources
- MCP - Interactive user interfaces
- Test & debug MCP servers
- https://www.mcpjam.com/
- MCPJam/inspector
- 1.4k stars
# Deprecated
# Criticism
- GitHub MCP Exploited
- OpenAI adds MCP support to Agents SDK | Hacker News
- Originally no support for authentication and therefore limited support for remote MCP servers
# Remote MCP (With Auth)
Developers can also create their own Integrations in as little as 30 minutes using our documentation or solutions like Cloudflare that provide built-in OAuth authentication, transport handling, and integrated deployment.
# LLM Providers Support
Source:
How to use Anthropic MCP Server with open LLMs
MCP is originally designed for Claude but can be used with other LLM by writing custom adapter for it.
Official Support:
- OpenAI - openai-agents-python/mcp/
- Microsoft -
MCP in Azure AI Foundry
Custom adapters implementations: - MCP: Integrating Azure OpenAI
- Github: mcp_aoai
- Github: philschmid/mcp-openai-gemini-llama-example
- Github: jalr4ever/Tiny-OAI-MCP-Agent
- Github: chrishayuk/mcp-cli