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

# Visual Studio MCP setup

> Configure Sendmux MCP in Visual Studio.

Use this page to connect Sendmux MCP to your AI client.

## Hosted OAuth

Use the hosted endpoint when the client supports remote MCP OAuth:

```text theme={null}
https://mcp.sendmux.ai/mcp
```

Add a remote MCP server with this JSON shape.

```json theme={null}
{
  "servers": {
    "sendmux": {
      "url": "https://mcp.sendmux.ai/mcp"
    }
  }
}
```

Click **Auth** above the server in the MCP configuration file, then complete the Sendmux authorisation flow.
