mcp-remote bridge package. Once configured, Claude can discover and call every tool registered in your gateway from a single entry in its MCP servers config.
Prerequisites
- Mcpjungle running at
http://localhost:8080(or your deployment URL) - Node.js installed (required to run
npx) - Claude Desktop installed
Configure Claude Desktop
Claude Desktop reads its MCP server configuration from a JSON file on disk.1
Find the config file
Open the Claude Desktop configuration file for your operating system:If the file does not exist, create it.
- macOS
- Windows
2
Add Mcpjungle as an MCP server
Add the following to
claude_desktop_config.json:The
--allow-http flag is required because mcp-remote enforces HTTPS by default. You need this flag when connecting to a local Mcpjungle instance over plain HTTP.3
Restart Claude Desktop
Quit and reopen Claude Desktop. It will launch the
mcp-remote process on startup and establish a connection to Mcpjungle.4
Test the connection
In a new conversation, ask Claude to list available tools:Claude will query Mcpjungle and return the full list of tools from all registered servers. You can then invoke any tool directly in the conversation.
Enterprise mode (authentication)
If your Mcpjungle instance runs in enterprise mode, you must create an MCP client and pass its access token in theAuthorization header.
First, create a client with the Mcpjungle CLI:
server1 and server2.
Pass the token to mcp-remote using the --header flag:
YOUR_ACCESS_TOKEN with the token printed by mcpjungle create mcp-client.
