# spec-first/connexion | Model Context Protocol (MCP) Server > Connexion is a modern Python web framework that makes spec-first and api-first development easy. - **Stars**: ⭐ 4,582 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "connexion": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-connexion" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "connexion": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-connexion" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-connexion` - **Docker**: `docker run -i --rm mcp/connexion`