Production-grade MCP server starter — companion to therobin.dev/blog/mcp-server-production-grade
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-productio": {
"command": "npx",
"args": [
"-y",
"webgururobin/mcp-server-production-starter"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-productio npx -y webgururobin/mcp-server-production-starter
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-productio": {
"command": "npx",
"args": [
"-y",
"webgururobin/mcp-server-production-starter"
]
}
}
}