Production-ready TypeScript MCP server template with auth, rate limiting, logging. Full kit with 5 servers available.
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-template": {
"command": "npx",
"args": [
"-y",
"Noumenon-ai/mcp-server-template"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-template npx -y Noumenon-ai/mcp-server-template
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-template": {
"command": "npx",
"args": [
"-y",
"Noumenon-ai/mcp-server-template"
]
}
}
}