The full Poix platform, from any AI client
Connect once. Access every Poix tool from the chats you already use.
Set up your client
Pick your client below and follow the steps to connect the Poix MCP server.
- 1.Open your claude_desktop_config.json (Settings → Developer → Edit Config).
- 2.Add the server entry below. Phase 1 uses the mcp-remote local bridge since native OAuth connectors arrive with Phase 2.
- 3.Replace <YOUR_POIX_TOKEN> with your Poix API token, then restart Claude Desktop.
{
"mcpServers": {
"poix": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.poix.io",
"--header",
"Authorization: Bearer <YOUR_POIX_TOKEN>"
]
}
}
}