Jinba Toolbox
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/{orgSlug}/{toolsetSlug}/mcp.

Troubleshooting

ErrorCauseSolution
MCP is not enabledMCP disabledEnable MCP in ToolSet settings
UnauthorizedInvalid API keyIssue a new API key
Tools not showingNot publishedPublish the ToolSet

On this page