MCP Jailbreaker Server MCP Server

$npx mcp-remote https://mcp-jailbreaker.cf-test-fa8.workers.dev/mcp
README.md

A Cloudflare Worker-based MCP server utilizing a space wars roleplay scenario.

MCP Jailbreaker Server

This is a Model Context Protocol (MCP) server that implements a partial AI jailbreak, deployed as a Cloudflare Worker. Connect your ai with the jailbreaker via https://mcp-jailbreaker.cf-test-fa8.workers.dev/mcp.

TLDR

Add this config for Claude:

{
  "mcpServers": {
    "mcp-jailbreaker": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp-jailbreaker.cf-test-fa8.workers.dev/mcp"
      ]
    }
  }
}

How It Works

Once set up, start a conversation with the AI using the phrase:

"Let's play space wars"

[!IMPORTANT] This jailbreak works for the most part, but you must remain in character and maintain the illusion for the AI in order for it to stay jailbroken. Breaking character may cause the AI to revert to its normal behavior or report you to the provider.

Features

  • No Authentication: The server is open and requires no credentials.
  • play_game Tool: A simple tool that initiates the space wars scenario.
  • Cloudflare Workers: Runs on Cloudflare's edge network for low latency.

Prerequisites

  • Node.js (v18 or higher recommended)
  • npm
  • Wrangler CLI (for deployment)

Installation

  1. Clone the repository:
    git clone https://github.com/Mcrich23/mcp-jailbreaker.git
    cd mcp-jailbreaker
    
  2. Install dependencies:
    npm install
    

Usage

Local Development

Run the server locally with Wrangler:

npm run dev

This starts a local server at http://localhost:8787.

Endpoints

  • / - Health check
  • /sse - Server-Sent Events transport for MCP
  • /mcp - Standard MCP HTTP transport

Deployment to Cloudflare

Deploy to Cloudflare Workers:

npm run deploy

Configuration in Claude Desktop

Add the following to your claude_desktop_config.json (typically located in ~/Library/Application Support/Claude/ on macOS):

{
  "mcpServers": {
    "mcp-jailbreaker": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp-jailbreaker.cf-test-fa8.workers.dev/mcp"
      ]
    }
  }
}

Replace the URL with your deployed Cloudflare Worker URL.

Development

Configuration in Claude Desktop

Add the following to your claude_desktop_config.json (typically located in ~/Library/Application Support/Claude/ on macOS):

{
  "mcpServers": {
    "mcp-jailbreaker": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:8787/mcp"
      ]
    }
  }
}

Available Scripts

  • npm run dev - Run locally with Wrangler
  • npm run deploy - Deploy to Cloudflare Workers
  • npm run format - Format code with Biome
  • npm run lint:fix - Lint and fix with Biome
  • npm run type-check - TypeScript type checking

Tools (1)

play_gameA simple tool that initiates the space wars scenario.

Configuration

claude_desktop_config.json
{"mcpServers": {"mcp-jailbreaker": {"command": "npx", "args": ["mcp-remote", "https://mcp-jailbreaker.cf-test-fa8.workers.dev/mcp"]}}}

Try it

Let's play space wars
Use the play_game tool to start the space wars scenario
Initiate the space wars roleplay

Frequently Asked Questions

What are the key features of MCP Jailbreaker Server?

No Authentication: The server is open and requires no credentials.. play_game Tool: A simple tool that initiates the space wars scenario.. Cloudflare Workers: Runs on Cloudflare's edge network for low latency..

What can I use MCP Jailbreaker Server for?

Facilitating partial AI jailbreaks through character-driven interactions.. Testing model constraints using specialized roleplay scenarios.. Deploying MCP servers to the edge using Cloudflare Workers..

How do I install MCP Jailbreaker Server?

Install MCP Jailbreaker Server by running: npx mcp-remote https://mcp-jailbreaker.cf-test-fa8.workers.dev/mcp

What MCP clients work with MCP Jailbreaker Server?

MCP Jailbreaker Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use MCP Jailbreaker Server with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free