MCP Server Guide
What is an MCP server?
The Model Context Protocol (MCP) is an open standard that lets AI applications connect to external data and tools through one uniform interface. An MCP server is the component that exposes those tools over the protocol — this guide explains what it is, when you need one, and where MCP servers, routers and AI gateways overlap.
An MCP server in one sentence
When do you need an MCP server?
MCP server vs. MCP router vs. AI gateway
Where MuiRouter fits
What MuiRouter's MCP server supports
Limitations to know
MCP server FAQ
- What is the difference between an MCP server and an MCP router?
- Every MCP router is an MCP server, but not every MCP server routes. A plain MCP server exposes tools over the protocol; an MCP router additionally sends model requests to multiple LLM providers behind one interface. MuiRouter's MCP server is an MCP router.
- Do I need to host my own MCP server?
- No. MuiRouter hosts it for you: connect Claude Desktop, Claude Code, Cursor or Cline to api.muirouter.com/mcp with your own API key and the tools work without you running any infrastructure.
- Is an MCP server the same as an AI gateway?
- They overlap but are not the same. An AI gateway is a category that covers routing, billing and access control for AI APIs. An MCP server is a protocol server that exposes tools to AI clients. MuiRouter is both: a hosted MCP server and an AI/LLM gateway behind one key.
- How do I connect an MCP client to MuiRouter?
- Add the streamable-HTTP endpoint with your sk-gw- key to your client. The setup guide walks through Claude Code, Cursor and Claude Desktop step by step.