> ## Documentation Index
> Fetch the complete documentation index at: https://docs.teamduo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP clients

> Connect TeamDuo to Claude Code, Claude Desktop, and other MCP hosts.

TeamDuo is exposed as a remote MCP server. Any client that supports remote MCP servers
with OAuth can connect.

## Claude Code

```bash theme={null}
claude mcp add --transport http teamduo https://mcp.teamduo.ai/mcp
```

Then run `/mcp` and authorize. Once connected, the TeamDuo tools appear alongside your
other tools.

## Claude Desktop

Add TeamDuo from **Settings → Connectors → Add custom connector**, using the same
server URL, then complete the authorization prompt.

## Other MCP hosts

Point the client at `https://mcp.teamduo.ai/mcp` over streamable HTTP and complete the
OAuth flow. Clients that only support stdio servers are not supported.

## Verifying the connection

Ask the agent to list datasources. If the list comes back empty, the account is
connected but the team has not exposed anything yet — see
[Connect a datasource](/guides/connect-a-datasource).
