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

# Use the MCP URL

> Connect any compatible client to the global Tilde MCP server.

[← All clients](/docs/connect-your-agent)

<Steps>
  <Step title="Copy the server URL">
    Use this Streamable HTTP endpoint with any compatible MCP client.

    ```text MCP URL theme={"system"}
    https://api.trytilde.ai/mcp
    ```
  </Step>

  <Step title="Use hosted Tilde login">
    Do not add custom authentication headers. Your client should detect OAuth and open hosted Tilde login when it connects.
  </Step>

  <Step title="Add the endpoint to your client config">
    Use this general configuration when your client accepts an `mcpServers` object:

    ```json MCP config theme={"system"}
    {
      "mcpServers": {
        "tilde": {
          "url": "https://api.trytilde.ai/mcp"
        }
      }
    }
    ```
  </Step>
</Steps>
