Building a Model Context Protocol (MCP) Server

(youtube.com)

12 points | by alrocar a day ago

2 comments

  • alrocar a day ago

    Some individuals in the AI space mentioned they didn't quite understand what AnthropicAI MCP is about.

    Here's a complete walkthrough of how I built an MCP server to connect Tinybird and Claude, so you can build yours

    • slowmovintarget 6 hours ago

      In the specification, you have to read it carefully to understand the purpose. In the Getting Started guide, there's a diagram that lifts the confusion a little better.

      The Model Context Protocol helps you build a translation layer between an LLM system, and some other system or data resource, such that the LLM may operate that system on your behalf or scan that resource for additional context in generation. You wrap a resource or some system local or external with an "MCP Server." The LLM can operate that MCP Server, which in turn operates the system or reads the resource.

      The text kind of says that... but the diagram in the guide drives it home. The diagram or some form of it should probably be added into the top page of the spec.