MCP Toolbox
@tollbit
关于 MCP Toolbox
A stdio mcp server to connect to Tollbit's dynamic toolbox
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-toolbox": {
"command": "npx",
"args": [
"@tollbit/mcp-toolbox",
"--api-key",
"<your_api_key>"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Toolbox?
A stdio Model Context Protocol (MCP) server that bridges Tollbit’s Dynamic Toolbox to stdio-based MCP clients. Tools are fetched and executed via Tollbit’s backend with no local installation needed, making it ideal for developers using Claude Desktop or other stdio‑compatible MCP clients.
How to use MCP Toolbox?
Run npx @tollbit/mcp-toolbox --api-key <your_api_key> to start the bridge. Optionally specify a toolbox with --toolbox-id <id>. For Claude Desktop on macOS, use npx -y @tollbit/mcp-toolbox install_claude --api-key <your_api_key> to automatically configure the client.
Key features of MCP Toolbox
- Bridges
tools/listandtools/callto Tollbit’s dynamic server. - Sanitizes tool names for Claude compatibility.
- Uses streaming HTTP transport with API‑key authentication.
- Supports keep‑alive and graceful shutdown.
- Provides a macOS installer for Claude Desktop configuration.
- Fetches tools from the cloud; nothing to install locally.
Use cases of MCP Toolbox
- Add a dynamic MCP server to Claude Desktop with a one‑line installer.
- Use as a stdio server process to access Tollbit‑hosted tools from any MCP client.
- Switch between different tool sets by passing
--toolbox-id.
FAQ from MCP Toolbox
Do I need to install any tools locally?
No. The bridge runs via npx and tools are fetched dynamically from Tollbit’s backend.
What are the requirements to run MCP Toolbox?
Node.js 18+ is required. The install_claude helper script requires macOS. A Tollbit API key and network access to https://mcp.tollbit.dev/ are also needed.
How do I authenticate?
Provide your Tollbit API key using the --api-key option when launching the bridge or installing for Claude Desktop.
Can I use MCP Toolbox with Claude Desktop?
Yes. On macOS, run the install_claude command to automatically add the server to Claude Desktop’s configuration with your API key.
How do I specify a specific toolbox?
Use the optional --toolbox-id flag. The default toolbox ID is mcp.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论