Command Palette

Search for a command to run...

UnylyUnyly
Unyly▸ Q&A

Does MCP work offline?

▸ TL;DR

Yes if the MCP server itself is local (stdio transport). Network-based MCPs (HTTP/SSE) need internet. Local MCPs like filesystem, sqlite, git work fully offline.

Open Unyly catalog

Full answer

MCP has two main transports: stdio (subprocess running locally) and HTTP/SSE (remote server). Stdio MCPs run on your machine and work offline by default. HTTP MCPs need a network connection to reach their endpoint. Common offline-capable MCPs: filesystem, sqlite, git, memory, time. The AI client (Claude Desktop, Cursor) itself usually needs internet to reach the LLM, so "offline MCP + online Claude" is the typical setup.

Related questions