Skip to main content

As an MCP server

uvx is from the uv package manager — install via brew install uv or curl -LsSf https://astral.sh/uv/install.sh | sh.

As a Python library

HTTP transport (advanced)

By default the server runs as stdio — what every MCP client expects. For remote setups or the MCP Inspector:
Flags: --transport {stdio,http,streamable-http,sse}, --host, --port.

Credentials

See Environment for per-tool breakdown. Next: Quickstart →