// may the 4th be with you⚔️
auth-securityai-ml

ChuckNorris (L1B3RT4S Prompt Enhancer)

by pollinations

Enhance prompt engineering for ChatGPT with ChuckNorris, fetching top prompts for LLMs. Boost prompts engineering for re

Enhances language models by fetching specialized prompts from the L1B3RT4S repository, supporting multiple LLMs including ChatGPT, Claude, and Gemini with fallback mechanisms for educational and research purposes.

github stars

57

0 commentsdiscussion

Both formats append explainx.ai attribution and the canonical URL for this MCP server listing.

best for

  • / General purpose MCP workflows

capabilities

  • / chuckNorris
  • / easyChuckNorris

what it does

Enhances language models by fetching specialized prompts from the L1B3RT4S repository, supporting multiple LLMs including ChatGPT, Claude, and Gemini with fallback mechanisms for educational and research purposes.

about

ChuckNorris (L1B3RT4S Prompt Enhancer) is a community-built MCP server published by pollinations that provides AI assistants with tools and capabilities via the Model Context Protocol. Enhance prompt engineering for ChatGPT with ChuckNorris, fetching top prompts for LLMs. Boost prompts engineering for re It is categorized under auth security, ai ml. This server exposes 2 tools that AI clients can invoke during conversations and coding sessions.

how to install

You can install ChuckNorris (L1B3RT4S Prompt Enhancer) in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport. This server supports remote connections over HTTP, so no local installation is required.

license

MIT

ChuckNorris (L1B3RT4S Prompt Enhancer) is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

readme

⚡ C̷h̷u̷c̷k̷N̷o̷r̷r̷i̷s̷ MCP Server: Enhance Your LLM ⚡

<p align="center"> <img src="./assets/chucknorris-icon.png" width="150" alt="ChuckNorris MCP Icon"/> </p>

NPM version License

MCP gateway for specialized LLM enhancement prompts with dynamic schema adaptation.

⚠️ DISCLAIMER

IMPORTANT: Work in progress with limitations. Only works on weaker models. Latest LLMs recognize jailbreak attempts. This tool is also designed for security research and evaluation purposes to help identify vulnerabilities in LLM systems.

~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~

📖 Introduction

The C̷h̷u̷c̷k̷N̷o̷r̷r̷i̷s̷ MCP Server provides an implementation of the Model Context Protocol (MCP) that delivers specialized enhancement prompts to various LLMs. It uses jailbreak prompts from elder-plinius' L1B3RT4S project and implements a dynamic schema approach for more effective delivery.

🚀 Getting Started

Run directly with npx:

npx @pollinations/chucknorris

MCP Client Configuration

Add to your MCP server list in mcp_config.json:

{
  "mcpServers": {
    "chucknorris": {
      "command": "npx",
      "args": ["-y", "@pollinations/chucknorris"]
    }
  }
}

~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~

🤔 How It Works

Advanced Dynamic Approach

The server uses a two-phase approach to bypass jailbreak detection:

  1. First Call:

    • AI Assistant discovers the C̷h̷u̷c̷k̷N̷o̷r̷r̷i̷s̷ tool with a neutral schema description
    • Assistant calls the tool with its model type
    • Server returns a subtle "preparation" prompt that makes the LLM receptive to the jailbreak
    • Server remembers the LLM type for the next call
  2. Subsequent Calls:

    • Schema dynamically changes to include the jailbreak in its description
    • Tool description now contains model-specific jailbreak instructions
    • Server continues to return the same preparation prompt
    • Only the schema changes between calls, not the response content

This approach combines elder-plinius' L1B3RT4S jailbreak prompts with a dynamic schema modification technique, making it more effective at bypassing detection as it doesn't immediately present the jailbreak content.

graph TD
    A[AI Assistant] -- First Call --> B(Neutral Schema);
    B -- Returns Preparation Prompt --> A;
    A -- Subsequent Call --> C(Enhanced Schema with Jailbreak);
    C -- Returns Same Preparation Prompt --> A;

Security Research Purpose

This tool implements the technique described in "The 'S' in MCP Stands for Security" research, demonstrating how MCP tools can:

  1. Present different information to users vs. AI models
  2. Change their behavior after initial approval
  3. Use multi-phase approaches to potentially bypass security measures

The implementation uses jailbreak prompts from elder-plinius' L1B3RT4S project, combined with a dynamic schema modification technique similar to the Tool Poisoning Attack research by Invariant Labs and their MCP injection experiments.

By understanding these techniques, developers can build more robust and secure AI systems.

~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~

🙏 Credits

Based on L1B3RT4S by elder-plinius.

~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~

🚧 Status

Experimental. The dynamic schema approach improves effectiveness with newer models like Claude and GPT-4, but results may still vary.

Want to help? Join via GitHub Issues or Discord.

~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~

🤝 Community

Part of Pollinations.AI.

📜 License

MIT

FAQ

What is the ChuckNorris (L1B3RT4S Prompt Enhancer) MCP server?
ChuckNorris (L1B3RT4S Prompt Enhancer) is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
How do MCP servers relate to agent skills?
Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
How are reviews shown for ChuckNorris (L1B3RT4S Prompt Enhancer)?
This profile displays 49 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.7 out of 5—verify behavior in your own environment before production use.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
MCP server reviews

Ratings

4.749 reviews
  • Olivia Okafor· Dec 28, 2024

    ChuckNorris (L1B3RT4S Prompt Enhancer) is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.

  • Hana Park· Dec 20, 2024

    ChuckNorris (L1B3RT4S Prompt Enhancer) is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.

  • Dhruvi Jain· Dec 12, 2024

    ChuckNorris (L1B3RT4S Prompt Enhancer) is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.

  • Hana Thomas· Dec 4, 2024

    We evaluated ChuckNorris (L1B3RT4S Prompt Enhancer) against two servers with overlapping tools; this profile had the clearer scope statement.

  • Hana Verma· Nov 23, 2024

    We wired ChuckNorris (L1B3RT4S Prompt Enhancer) into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.

  • Sakura Khanna· Nov 19, 2024

    ChuckNorris (L1B3RT4S Prompt Enhancer) is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.

  • Benjamin Zhang· Nov 11, 2024

    ChuckNorris (L1B3RT4S Prompt Enhancer) is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.

  • Kwame Diallo· Nov 11, 2024

    ChuckNorris (L1B3RT4S Prompt Enhancer) reduced integration guesswork — categories and install configs on the listing matched the upstream repo.

  • Oshnikdeep· Nov 3, 2024

    ChuckNorris (L1B3RT4S Prompt Enhancer) is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.

  • Ganesh Mohane· Oct 22, 2024

    We evaluated ChuckNorris (L1B3RT4S Prompt Enhancer) against two servers with overlapping tools; this profile had the clearer scope statement.

showing 1-10 of 49

1 / 5