mcp-server-server
@MCP-Mirror
mcp-server-server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"rgarcia_mcp-server-server": {
"command": "bun",
"args": [
"run",
"mcp-server",
"-p",
"3001",
"--",
"npx",
"-y",
"@modelcontextprotocol/server-puppeteer@latest"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is mcp-server-server?
A proof-of-concept MCP server wrapper that converts stdio-based MCP servers into websocket servers, allowing programmatic interaction over the network without spawning subprocesses.
How to use mcp-server-server?
Run the wrapper with bun run mcp-server -p <port> -- <mcp-server-command> (e.g., bun run mcp-server -p 3001 -- npx -y @modelcontextprotocol/server-puppeteer@latest). Then connect using WebSocketClientTransport from the MCP SDK.
Key features of mcp-server-server
- Wraps any stdio MCP server as a websocket server.
- Eliminates process management in MCP clients.
- Enables network-based MCP server communication.
- Simple CLI with port and server command parameters.
- Works with all existing stdio MCP servers.
Use cases of mcp-server-server
- Programmatically interact with MCP servers without spawning processes.
- Test MCP servers in code using WebSocketClientTransport.
- Simplify MCP server integration into web applications or services.
FAQ from mcp-server-server
What does mcp-server-server do?
It takes a stdio MCP server command and exposes it as a websocket server, so clients can connect over the network instead of managing subprocesses.
What transport does it use?
WebSocket transport. Clients connect using WebSocketClientTransport from the MCP SDK.
What are the runtime dependencies?
Bun is required to run the wrapper. The client side uses the MCP SDK (@modelcontextprotocol/sdk) and Node.js/Bun.
Is this ready for production?
No, this is a proof of concept. Multi-user configuration support (step 3) is marked as TODO.
How do I connect to the wrapped server?
Use the MCP Client with WebSocketClientTransport pointing to the websocket URL (e.g., ws://localhost:3001).
「その他」の他のコンテンツ
Nginx UI
0xJackyYet another WebUI for Nginx
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント