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.
「その他」の他のコンテンツ
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Blender
ahujasidOpen-source MCP to use Blender with any LLM
コメント