All MCP servers

Python

Official
by Api.Airforcestdio0128MIT

Structured Python tool output (ruff, mypy, pip-audit, pip-install) as typed JSON.

mcpopen-source

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "python-imp37202": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}