@telnyx/mcp
v0.1.0
Published
Telnyx MCP server — proxies to the remote Telnyx MCP endpoint for use with Claude Desktop, Cursor, and other MCP clients
Readme
@telnyx/mcp
The Telnyx Model Context Protocol server allows you to integrate with Telnyx APIs through function calling. This protocol supports various tools to interact with different Telnyx services.
Setup
Telnyx hosts a remote MCP server at https://api.telnyx.com/v2/mcp.
To run the Telnyx MCP server locally using npx:
npx -y @telnyx/mcp --api-key=YOUR_TELNYX_API_KEYOr set the environment variable:
export TELNYX_API_KEY=YOUR_KEY
npx -y @telnyx/mcpHow it works
This package proxies MCP requests to the remote Telnyx MCP server over HTTP.
