ai-mcp

Listen, speak and read for your MCP clients

Transcription, speech and OCR over NVIDIA's cloud, through the operator's own nexus gateway.

Manage this server

Connect an MCP client

Sign in at /manage first to add the gateway key, then point your client at this server:

Claude Code

Run this in your terminal:

claude mcp add --transport http ai-mcp https://ai-mcp.tt-ai.org/mcp

Then run /mcp inside Claude Code, pick ai-mcp and sign in with Google.

Claude Desktop

Settings → Connectors → Add custom connector, then paste:

https://ai-mcp.tt-ai.org/mcp

On builds without connectors, add this to claude_desktop_config.json instead:

{"mcpServers":{"ai-mcp":{"command":"npx","args":["mcp-remote","https://ai-mcp.tt-ai.org/mcp"]}}}
Any other MCP client or plain HTTP caller

Streamable HTTP endpoint:

https://ai-mcp.tt-ai.org/mcp

Sign-in is OAuth 2.1 with dynamic client registration and PKCE (S256). The same capabilities are also plain HTTP: POST /v1/transcribe, /v1/speech, /v1/ocr with a bearer token - for callers that do not speak MCP.