Production-ready MCP server template with OAuth 2.1, exposing AI agents via FastMCP on Cloud Run
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",
"fabricioespel-bit/mcp-server-template"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-template npx -y fabricioespel-bit/mcp-server-template
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-template": {
"command": "npx",
"args": [
"-y",
"fabricioespel-bit/mcp-server-template"
]
}
}
}