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 enabled AI module on this site is exposed as a tool (chat, image, video, voice, utilities, etc.); the client lists the available tools after connecting. All tools take the same arguments: input (required, the prompt / instruction / content) and search_internet (optional, set true to search the web first when the module supports it).
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.