Applications
Here’s how you can connect to existing applications that support MCP.
The dynamic toolbox is available publicly as a streamable HTTP server available at https://mcp.tollbit.dev/mcp.
Choosing a Toolbox
If you’d like to connect to the remote server using a specific toolbox, you can replace the mcp
path with the toolbox id that you’d like to use, for example https://mcp.tollbit.dev/tbx_f3ekqir2bch2g7angxjwle1e/
.
For application-specific instructions, you can include a flag --toolbox-id
to specify a toolbox id to connect to.
SSE Support
We also host SSE compatible endpoints for the toolbox at https://mcp.tollbit.dev/:toolboxId/sse.
Local Servers
We host an NPM package for a small stdio server that you can start locally to integrate with any applications that do not support Streamable HTTP or SSE transports yet.
Application Setup Guides
To start the stdio server, you can run the following command:
You can also include a command line flag --toolbox-id
to specify a toolbox id to connect to. This is useful for having different sets of tools available to multiple agents/applications.
To start the stdio server, you can run the following command:
You can also include a command line flag --toolbox-id
to specify a toolbox id to connect to. This is useful for having different sets of tools available to multiple agents/applications.
Claude Desktop
We have a script you can execute to automatically update your Claude config to connect with the mcp-toolbox mentioned above.
To install it, simply run:
Command Line Flags | Description | Required |
---|---|---|
--api-key | Your API key for the toolbox | ✅ |
--toolbox-id | The toolbox id to connect to | ❌ |
This script will update your claude_desktop_config.json to launch the toolbox. This script may only work on Mac OS at the moment, but you can easily update your config manually.
Manual Setup
Follow the official MCP steps for configuring Claude Desktop, found here.
Your config should look like this:
Claude Integrations
If you’re using a Claude with a Max Subscription, you can use the new Claude Integrations feature to connect to your Tollbit Toolbox.
-
Open the Claude app and go to the “Integrations” tab. Go to the Integrations section in your Settings > Profile, and select “Add more”.
-
Add the integration using the following URL:
https://mcp.tollbit.dev/mcp/sse
, this will connect to your default toolbox.If you have a specific toolbox you want to connect to, you can replace the
mcp
path with the toolbox id that you’d like to use, for examplehttps://mcp.tollbit.dev/tbx_f3ekqir2bch2g7angxjwle1e/sse
-
Click “Connect” to initiate an OAuth flow to allow Claude to invoke tools on your behalf.
-
Once connected, you can use the integration in your conversations with Claude.
Are we missing steps for your favorite application? Shoot us an email, or ping us in our Discord Community!