mcp-server-everything-wrong

double16/mcp-server-everything-wrong
★ 1 stars Python 🤖 AI/LLM Updated 1d ago
A demonstration Model Context Protocol (MCP) server that exposes a variety of “tools”—some benign, some intentionally misbehaving. Use this server to explore edge-cases in tool registration, invocation, and dynamic behavior within an LLM context.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-everythin": {
      "command": "uvx",
      "args": [
        "mcp-server-everything-wrong"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-everything-wrong