Claude Desktop does not support direct HTTP MCP connections, so you connect it to Mcpjungle through theDocumentation Index
Fetch the complete documentation index at: https://docs.mcpjungle.com/llms.txt
Use this file to discover all available pages before exploring further.
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:
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.
