Skip to main content
MCP Server

One place to manage & connect to all your MCP servers

Share
1,076 stars Go MPL-2.0 Updated: 2026-06-03

Send to Your Agent

Copy this prompt and paste it into Claude, Cursor, or any MCP client to install instantly.

Install the MCPJungle MCP server for me.

Server: MCPJungle
Description: One place to manage & connect to all your MCP servers
Install command: npx -y mcpjungle/MCPJungle

Environment variables needed:
- Only: placeholders written as `${VAR_NAME}` are resolved. (required)
- Placeholders: can appear anywhere inside a string value, for example `prefix-${VAR_NAME}-suffix`. (required)
- Resolution: happens in the CLI process, so the environment variable must be available where you run the command. (required)
- If: a referenced environment variable is not set, the command fails with an error. (required)
- This: applies to string fields across the JSON config, including nested objects and string arrays. (required)
- mount: the host directory you want to access as a volume in the container (required)
- specify: the mount path as the directory in the filesystem mcp server command args (required)

GitHub: https://github.com/mcpjungle/MCPJungle

Please install this MCP server and confirm when ready.

Paste into any AI agent with MCP support — works with Claude Desktop, Cursor, Cline, and more.

Quick Install

Config file: ~/Library/Application Support/Claude/claude_desktop_config.json

  1. Open Claude Desktop app
  2. Go to Settings → Developer → Edit Config
  3. Paste the config below into the file
  4. Restart Claude Desktop
{
  "mcpServers": {
    "mcpjungle": {
      "command": "npx",
      "args": [
        "-y",
        "mcpjungle/MCPJungle"
      ],
      "env": {
        "Only": "value",
        "Placeholders": "value",
        "Resolution": "value",
        "If": "value",
        "This": "value",
        "mount": "value",
        "specify": "value"
      }
    }
  }
}

Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json

Installation Methods

npx Run directly with npx
npx -y mcpjungle/MCPJungle
docker Run with Docker
docker run mcpjungle/MCPJungle

Tools (1)

execute

Execute MCPJungle operations

Environment Variables

Only Required

placeholders written as `${VAR_NAME}` are resolved.

Example: value
Placeholders Required

can appear anywhere inside a string value, for example `prefix-${VAR_NAME}-suffix`.

Example: value
Resolution Required

happens in the CLI process, so the environment variable must be available where you run the command.

Example: value
If Required

a referenced environment variable is not set, the command fails with an error.

Example: value
This Required

applies to string fields across the JSON config, including nested objects and string arrays.

Example: value
mount Required

the host directory you want to access as a volume in the container

Example: value
specify Required

the mount path as the directory in the filesystem mcp server command args

Example: value

Compatibility

Claude Desktop
Cursor
Cline
VS Code
Devin (formerly Windsurf)

About

MCPJungle

Run all your MCP servers behind one endpoint

Documentation

Overview

One place to manage & connect to all your MCP servers

Environment Variables

  • Only: placeholders written as ${VAR_NAME} are resolved. (Required)
  • Placeholders: can appear anywhere inside a string value, for example prefix-${VAR_NAME}-suffix. (Required)
  • Resolution: happens in the CLI process, so the environment variable must be available where you run the command. (Required)
  • If: a referenced environment variable is not set, the command fails with an error. (Required)
  • This: applies to string fields across the JSON config, including nested objects and string arrays. (Required)
  • mount: the host directory you want to access as a volume in the container (Required)
  • specify: the mount path as the directory in the filesystem mcp server command args (Required)

Installation

NPX

npx -y mcpjungle/MCPJungle

DOCKER

docker run mcpjungle/MCPJungle

Related Resources

Compare LLM Pricing

This server works with Claude, GPT-4o, and other models. Compare API costs side-by-side to find the cheapest option for your workflow.