Transports
Freeby MCP Community
Browser transport implementations for Model Context Protocol (MCP) - postMessage, Chrome extension messaging, and iframe communication for AI agents and LLMs
v2.2.0Added Apr 12, 2026
mcpmodel-context-protocolbrowsertransportbrowser-extension
Transports MCP Server
Browser transport implementations for Model Context Protocol (MCP) - postMessage, Chrome extension messaging, and iframe communication for AI agents and LLMs
Installation
Reviews
Installation
Quick install
npx -y @mcp-b/transports
Add to claude_desktop_config.json
{
"mcpServers": {
"transports": {
"command": "npx",
"args": ["-y", "@mcp-b/transports"]
}
}
}