AI-Explainer-MCP-Server

PyJava1984/AI-Explainer-MCP-Server
★ 0 stars Java Code/Dev Tools Updated 10d ago
Production-ready MCP Server built with Java 21, Spring Boot, and the MCP Java SDK. It enables Claude Code CLI, Claude Desktop, and Open WebUI to explain BPMN, Java, Groovy, JavaScript, and documents (PDF, DOCX, TXT) for technical and non-technical users.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-explainer-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "PyJava1984/AI-Explainer-MCP-Server"
      ]
    }
  }
}