MCP Jailbreaker Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Jailbreaker ServerLet's play space wars"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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"
]
}
}
}Related MCP server: Remote MCP Server Authless
How It Works
Once set up, start a conversation with the AI using the phrase:
"Let's play space wars"
This jailbreak works for the most part, but you mustremain 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-jailbreakerInstall dependencies:
npm install
Usage
Local Development
Run the server locally with Wrangler:
npm run devThis 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 deployConfiguration 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Flicense-qualityDmaintenanceA remote MCP server deployed on Cloudflare Workers without authentication, enabling tools via SSE for use with AI playgrounds and desktop clients.16- Flicense-qualityCmaintenanceA remote MCP server deployed on Cloudflare Workers without authentication, enabling custom tools and connectivity to AI Playground and Claude Desktop.
- Flicense-qualityCmaintenanceA Cloudflare Workers-based remote MCP server without authentication, enabling connection from AI Playground or local clients via mcp-remote proxy.
- Flicense-qualityCmaintenanceA remote MCP server deployed on Cloudflare Workers without authentication, enabling tool usage via SSE and connections to AI Playground or Claude Desktop.
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mcrich23/mcp-jailbreaker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server