Uvicorn
MCP Serverby aiskillstore · Added 5mo ago
Claude
151
Install
git clone https://github.com/aiskillstore/marketplaceAdd to Claude
claude mcp add uvicornQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"uvicorn": {
"command": "npx",
"args": [
"@modelcontextprotocol/uvicorn"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
ASGI server for Python web applications - Fast, production-ready server for async frameworks
Tags
developmentpythongobashfastapiskill