docs-concepts-what-underscore-is-underscore-mcp.md
Source: https://hoangndst.com/blog/model-context-protocol
MCP (Model Context Protocol) is an open standard that enables LLMs to access bespoke tools and context, as long as the LLM supports MCP and the tool implements the MCP protocol.
Broadly speaking, MCP is useful when you want your LLM to get information from the outside world or perform actions on your behalf:
MCP, just like HTTP, is a client-server protocol. The client is the LLM, and the server exposes tools to the LLM. The client and server communicate over a transport , which can be fully local or over the internet.
Learn more about MCP from the Model Context Protocol website (modelcontextprotocol.io)
Smithery is a platform that connects MCP servers with users. We allow users to find the right MCP server for their needs, and we allow developers to publish MCP servers for distribution.We have a diverse mix of MCP servers, both local (STDIO) and over the internet (HTTP). Here are some popular ones:
You can also publish your own MCP servers on Smithery!
Learn how to publish your MCP server to Smithery for distribution and observability
Was this page helpful?
YesNo
⌘I