Use avots inside your favourite AI client

Claude.ai web, Claude Desktop, Claude Code CLI, Cursor, Cline - all speak MCP. Paste https://mcp.avots.ai/ into the Connector, sign in, and 40+ AI models become available without leaving your IDE or chat.

Get my MCP key ✦ Docs on GitHub

🌐 Claude.ai web

Paste https://mcp.avots.ai/ into Customize → Connectors. Click Connect, sign in once via OAuth. No token copy-paste.

Setup guide →

🖥 Claude Desktop

Add the avots entry to claude_desktop_config.json using the mcp-remote bridge. Restart Desktop, tools appear in the hammer menu.

Setup guide →

⌨️ Claude Code (CLI)

One command: claude mcp add --transport http avots https://mcp.avots.ai/ --header "Authorization: Bearer av_mcp_…". Type /mcp to verify.

Setup guide →

✏️ Cursor

Settings → Cursor Settings → MCP → Add new MCP server. Paste the mcp.json snippet. Avots tools appear in the MCP picker.

Setup guide →

📋 Cline (VS Code)

Cline sidebar → MCP Servers → Edit MCP Settings. Same mcp.json shape as Claude Desktop / Cursor. Reconnects automatically.

Setup guide →

🦞 openclaw

Add a server under mcp.servers in openclaw.json: url: https://mcp.avots.ai/, transport: streamable-http, header Authorization: Bearer av_mcp_….

Combined config (model + tools) →

🛠 Any other MCP client

Streamable HTTP transport, MCP spec 2025-06-18. Endpoint https://mcp.avots.ai/, auth via Authorization: Bearer av_mcp_….

Tool reference →

16 tools available now

Connect in 2 minutes

Mint an MCP key in Settings → Integrations and paste it into your client. Or paste the MCP URL into Claude.ai web for OAuth - no key needed.

Open Integrations ✦
FAQ

MCP questions

Which MCP clients work with avots?
Claude.ai web (Customize → Connectors, OAuth), Claude Desktop (via mcp-remote bridge), Claude Code CLI (claude mcp add, native HTTP), Cursor (mcp.json + mcp-remote), Cline (VS Code extension + mcp-remote), openclaw (openclaw.json mcp.servers, Streamable HTTP), and any other client speaking the MCP 2025-06-18 spec over Streamable HTTP.
What tools does the MCP server expose?
19 tools: check_balance, list_models, chat, generate_image, generate_video, generate_audio, face_swap_video, generate_talking_avatar, check_job, create_calendar_event, create_avatar, list_avatars, generate_vlog, lipsync_video, create_montage, create_travel_poster, edit_video, list_trends, recreate_trend. Full reference at github.com/avotsai/avots-mcp.
Do I need a separate API key?
No. The avots MCP server bills against your existing avots balance - same one used by the web app, mobile, and Telegram bot. For Claude.ai web you do not even need to copy a token: paste mcp.avots.ai/ into Connectors, click Connect, sign in once.
Is the MCP server open source?
The integration docs and examples are public at github.com/avotsai/avots-mcp (MIT licensed). The server itself runs on avots infrastructure since it accesses account balance and provider APIs.
How is video generation handled?
Two-step confirmation: first call returns a preview card with the estimated cost + alternative models. The client shows the list to the user, who picks. Only the second call (with confirmed: true) actually submits and reserves tokens. On submit error the server returns the alternatives card - it never silently routes to a pricier model.
Open Integrations