MCP-Server-Generator

thekishandev/MCP-Server-Generator
★ 3 stars TypeScript 💬 Communication Updated 13d ago
Generate production-ready, minimal MCP servers with only the Rocket.Chat APIs you need.
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-generator": {
      "command": "npx",
      "args": [
        "-y",
        "thekishandev/MCP-Server-Generator"
      ]
    }
  }
}