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.Find the config file
Open the Claude Desktop configuration file for your operating system:If the file does not exist, create it.
- macOS
- Windows
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.Restart Claude Desktop
Quit and reopen Claude Desktop. It will launch the
mcp-remote process on startup and establish a connection to MCPJungle.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:
mcp-remote using the --header flag:
YOUR_ACCESS_TOKEN with the token printed by mcpjungle create mcp-client.