Browse by Transport Type

MCP servers use different transport protocols to communicate. Explore servers by their connection method.

Understanding MCP Transports

STDIO: Standard input/output communication. Best for local development and command-line integration.
SSE: Server-Sent Events for real-time streaming. Ideal for web applications and live data updates.
HTTP: REST API communication. Simple request/response pattern for web services.