Integrations
MCP Integration
Use tools from Claude Desktop and JinbaApp
Overview
Use Jinba Toolbox tools directly from MCP (Model Context Protocol) compatible clients like Claude Desktop and JinbaApp.
Enabling
Turn on the "MCP" toggle in the ToolSet settings.
JinbaApp One-Click Setup
Click the "Connect with JinbaApp" button on the ToolSet detail screen to automatically issue an API key and configure the connection.
Claude Desktop Configuration
Add the following to claude_desktop_config.json:
{
"mcpServers": {
"my-toolset": {
"url": "https://toolbox-api.jinba.io/v1/orgs/{orgId}/toolsets/{slug}/mcp",
"headers": {
"Authorization": "Bearer jtb_xxxxx"
}
}
}
}For public ToolSets, use /v1/public/{orgId}/{toolsetSlug}/mcp.
orgId must be the canonical organization ID.
Troubleshooting
| Error | Cause | Solution |
|---|---|---|
| MCP is not enabled | MCP disabled | Enable MCP in ToolSet settings |
| Unauthorized | Invalid API key | Issue a new API key |
| Tools not showing | Not published | Publish the ToolSet |