Hacker News new | ask | show | jobs
by ww520 338 days ago
The pipeline for LLM to MCP and to the app looks like,

  LLM -> chat app -> MCP client -> MCP server -> specific app (Blender)
The chat app doesn’t know how to talk to Blender. It knows about MCP and links in a client. Blender exposes its functionality via a MCP server. MCP connects the two.