← MCP & Integration
Stdio Transport
The stdio transport runs the MCP server as a child process of the host application and exchanges newline-delimited JSON-RPC messages over the process's standard input and standard output streams. It is the simplest deployment model — no network configuration is required — and is ideal for locally installed tools such as CLI utilities, language runtimes, or desktop applications. Because the server process is spawned and terminated by the host, lifecycle management is straightforward.