connexion

GitHub

Connexion is a modern Python web framework that makes spec-first and api-first development easy.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "connexion": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-connexion"
      ]
    }
  }
}