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

# Telnyx Remote MCP

> Integrate Telnyx with Claude and other AI assistants using the hosted Telnyx Remote MCP server — no local MCP process required. Quick setup with API keys.

# Telnyx Remote Model Context Protocol (MCP)

## Remote endpoint

The canonical Telnyx API MCP endpoint is `https://api.telnyx.com/v2/mcp`.
Use this endpoint for MCP clients or scanners that need Telnyx API actions. It uses streamable HTTP and Bearer authentication with `Authorization: Bearer <TELNYX_API_KEY>`.

The canonical MCP server card is published at `https://telnyx.com/.well-known/mcp/server-card.json`. The `developers.telnyx.com` server card is a secondary discovery mirror for the documentation site and points back to that canonical card.

`https://developers.telnyx.com/mcp` and other `developers.telnyx.com` MCP discovery paths may expose documentation/search MCP capabilities. Do not treat those docs endpoints as the API action MCP; API actions should connect to `https://api.telnyx.com/v2/mcp`.

## Quickstart with Claude Desktop

### Connect via Portal

\*Requires a Claude / Claude Desktop plan with access to Custom Connectors

Go to Claude > Settings > Connectors

<img src="https://mintcdn.com/telnyx/kwpUfZn-MF78Ulju/assets/images/claude-desktop-custom-connector.png?fit=max&auto=format&n=kwpUfZn-MF78Ulju&q=85&s=59ad97bd4f64e2918ad4b7fd680e5503" alt="Claude Desktop Step 1" width="1467" height="863" data-path="assets/images/claude-desktop-custom-connector.png" />

<img src="https://mintcdn.com/telnyx/q68aljKi6o67cdpt/assets/images/new-claude-desktop-connector-config.png?fit=max&auto=format&n=q68aljKi6o67cdpt&q=85&s=e72502785a96588986a1c973f662afbc" alt="Claude Desktop Step 2" width="866" height="829" data-path="assets/images/new-claude-desktop-connector-config.png" />

<img src="https://mintcdn.com/telnyx/kwpUfZn-MF78Ulju/assets/images/claude-desktop-connector-connect.png?fit=max&auto=format&n=kwpUfZn-MF78Ulju&q=85&s=6de78d8710321f020084d3d352a5c9dc" alt="Claude Desktop Step 3" width="1451" height="963" data-path="assets/images/claude-desktop-connector-connect.png" />

Grant access in the Telnyx Portal (must be logged in)

<img src="https://mintcdn.com/telnyx/kwpUfZn-MF78Ulju/assets/images/claude-desktop-portal-grant.png?fit=max&auto=format&n=kwpUfZn-MF78Ulju&q=85&s=0b30f0a1ba0ea9b0bdd56dddd4ba5c78" alt="Claude Desktop Step 4" width="619" height="497" data-path="assets/images/claude-desktop-portal-grant.png" />

<img src="https://mintcdn.com/telnyx/q68aljKi6o67cdpt/assets/images/new-claude-desktop-list-tools.png?fit=max&auto=format&n=q68aljKi6o67cdpt&q=85&s=949d90264b4a1c6f10640637c230886e" alt="Claude Desktop Step 5" width="859" height="487" data-path="assets/images/new-claude-desktop-list-tools.png" />

For information previously shared on this page regarding connecting to our "legacy" MCP Server, [see here](/development/mcp/remote-mcp/legacy).
