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

# Other Clients

> Connect any MCP-compatible client to your Givebutter account using the mcp-remote bridge.

For any client that doesn't yet support remote MCP servers natively, use the [`mcp-remote`](https://www.npmjs.com/package/mcp-remote) bridge:

```bash theme={null}
npx -y mcp-remote https://mcp.givebutter.com/mcp
```

Most clients let you configure this as a command-based server:

```json theme={null}
{
  "mcpServers": {
    "givebutter": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.givebutter.com/mcp"]
    }
  }
}
```

See [How connecting works](/ai-connections/connect/overview) for the sign-in flow and troubleshooting.
