FastAPI
MCP ServerFeaturedby Community · Added 5mo ago
Claude
11.8k
Install
See GitHub for installationQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"fastapi": {
"command": "npx",
"args": [
"fastapi"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Exposes FastAPI endpoints as Model Context Protocol tools with zero configuration.
Tags
API Developmentmcp-servertop-100