Home›Developer Center›MYAI168 MCP Web & App

MYAI168 MCP Web & App

API DocumentationOpenAI ChatGPT APIAnthropic (Claude) APIGoogle Gemini APIGoogle Search APIGoogle News APIOpenRouter APIAPI Pricing
CLI & Agent Guidescc-switch macOScc-switch Windowscc-switch LinuxOpenCode macOSOpenCode WindowsOpenCode LinuxOpenClaw macOSOpenClaw WindowsOpenClaw LinuxHermes Agent macOSHermes Agent WindowsHermes Agent LinuxClaude Code CLI macOSClaude Code CLI WindowsClaude Code CLI LinuxCodex CLI macOSCodex CLI WindowsCodex CLI Linux
MYAI168 API & MCPMYAI168 MCP CLIMYAI168 MCP Web & App
No matching questions on this page.Search the whole site
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 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.

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.

‹ Previous page: MYAI168 MCP CLI
↑
Question link copied.

Other FAQ pages

API Documentation

  • OpenAI ChatGPT API
  • Anthropic (Claude) API
  • Google Gemini API
  • Google Search API
  • Google News API
  • OpenRouter API
  • API Pricing

CLI & Agent Guides

  • cc-switch macOS
  • cc-switch Windows
  • cc-switch Linux
  • OpenCode macOS
  • OpenCode Windows
  • OpenCode Linux
  • OpenClaw macOS
  • OpenClaw Windows
  • OpenClaw Linux
  • Hermes Agent macOS
  • Hermes Agent Windows
  • Hermes Agent Linux
  • Claude Code CLI macOS
  • Claude Code CLI Windows
  • Claude Code CLI Linux
  • Codex CLI macOS
  • Codex CLI Windows
  • Codex CLI Linux

MYAI168 API & MCP

  • MYAI168 MCP CLI