Generate production-ready, minimal MCP servers with only the Rocket.Chat APIs you need.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-generator npx -y thekishandev/MCP-Server-Generator
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-generator": {
"command": "npx",
"args": [
"-y",
"thekishandev/MCP-Server-Generator"
]
}
}
}