Skip to main content
Use this page to connect Sendmux MCP to your AI client.

Hosted OAuth

Use the hosted endpoint when the client supports remote MCP OAuth:
Add this to .qwen/settings.json for one project or ~/.qwen/settings.json for all projects.
Use /mcp auth in Qwen Code if the server needs authentication.

Local stdio

Install the local package once:
Use a mailbox key for Mailbox or Sending:
Use a root key for Management:
Add this to .qwen/settings.json or ~/.qwen/settings.json.

Private HTTP

Start a local HTTP MCP server:
Use http://127.0.0.1:8765/mcp as the client URL.