Model Context Protocol (MCP) server configuration and tool manifest for fastapi/full-stack-fastapi-template
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"full-stack-fastapi-template": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-full-stack-fastapi-template"
]
}
}
}