MYAI168 MCP Web & App

MYAI168 MCP Web & App (OAuth, no developer key)

MYAI168 MCP Web & App

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.)

Endpoint

  • Endpoint: https://www.myai168.com/en/mcp/ (keep the trailing slash).
  • Auth: OAuth 2.1 (with PKCE). The client performs discovery, dynamic registration, and the token exchange automatically — you just sign in and approve on the authorization page.

Connect with the Claude.ai custom connector

  1. In Claude.ai open "Settings → Connectors → Add custom connector".
  2. Set the URL to https://www.myai168.com/en/mcp/; leave Client ID / Secret blank (the server registers the client automatically).
  3. On connect, the client opens this site's authorization page (https://www.myai168.com/en/mcp/oauth_authorize).
  4. On the authorization page, enter your MYAI168 account (email) and password, then click "Authorize".
  5. After approval the client obtains an access token and completes the connection; you can then use this site's model tools directly in chat.

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.

Available tools

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).

Billing

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.

Other FAQ pages

  • FAQ
  • Account
  • Features
  • Privacy
  • OpenAI ChatGPT API
  • Anthropic Claude API
  • Google Gemini API
  • Google News API
  • OpenRouter API
  • API Pricing
  • OpenCode
  • OpenClaw
  • Hermes Agent
  • Claude Code CLI
  • Codex CLI
  • MYAI168 MCP CLI