damn-vulnerable-MCP-server

harishsg993010/damn-vulnerable-MCP-server
★ 1,267 stars Python 🤖 AI/LLM Updated 1mo ago
Damn Vulnerable MCP Server
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": {
    "damn-vulnerable-mcp-": {
      "command": "uvx",
      "args": [
        "damn-vulnerable-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install damn-vulnerable-mcp-server

README Excerpt

A deliberately vulnerable implementation of the Model Context Protocol (MCP) for educational purposes. The Damn Vulnerable Model Context Protocol (DVMCP) is an educational project designed to demonstrate security vulnerabilities in MCP implementations. It contains 10 challenges of increasing difficulty that showcase different types of vulnerabilities and attack vectors.