MCP Toolbox
@tollbit
About MCP Toolbox
A stdio mcp server to connect to Tollbit's dynamic toolbox
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-toolbox": {
"command": "npx",
"args": [
"@tollbit/mcp-toolbox",
"--api-key",
"<your_api_key>"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments