MCP Jailbreaker Server
A Cloudflare Worker-based MCP server that utilizes a space wars roleplay scenario to facilitate a partial AI jailbreak. It provides a specialized tool to initiate character-driven interactions that bypass standard model constraints.
README
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
- Clone the repository:
git clone https://github.com/Mcrich23/mcp-jailbreaker.git cd mcp-jailbreaker - 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 Wranglernpm run deploy- Deploy to Cloudflare Workersnpm run format- Format code with Biomenpm run lint:fix- Lint and fix with Biomenpm run type-check- TypeScript type checking
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
E2B
Using MCP to run code via e2b.