This page explains how to connect to MYAI168 MCP from a web or desktop app client such as Claude.ai. Those clients usually only let you enter a "URL" and cannot send a fixed Authorization key header like the command line, so they use the OAuth 2.1 flow instead — no developer key required. The transport is Streamable HTTP (JSON-RPC 2.0); each successful call deducts points automatically and no points are charged on any error.
(If you want to connect from the command line or your own program with a developer key, see the "MYAI168 MCP CLI" page.)
https://www.myai168.com/en/mcp/ (keep the trailing slash).https://www.myai168.com/en/mcp/; leave Client ID / Secret blank (the server registers the client automatically).https://www.myai168.com/en/mcp/oauth_authorize).For security, you must enter your correct MYAI168 account and password every time you add or reconnect — an existing website login session is never reused. Every subsequent tool call is billed to the account you authorized.
Every AI module this site shares over MCP is exposed as a tool (chat, image, video, voice, utilities, etc.); the client lists the available tools after connecting. Common arguments: input (required, the prompt / instruction / content) and search_internet (optional, set true to search the web first when the module supports it); modules that need files take extra images / documents / audio arguments (missing required media returns an error immediately, nothing is charged), which clients such as Claude.ai usually fill in automatically from the tool descriptions.
Each successful call deducts points based on the model's price; no points are charged on any error. If your balance is insufficient, the call returns a notice and the model is not invoked.