aitutors.me面向开发者

让 agent 自己装

如果您本来就在用 Claude Code 或 Codex,就不必照着一步步点的图文教程走。把下面这段提示词粘贴进去,剩下的交给 agent。

把这段粘贴进 Claude Code 或 Codex

安装提示词
Set up the AI Tutors MCP connector in this environment.

It is a remote HTTP MCP server at https://aitutors.me/mcp. It uses OAuth 2.1 with
dynamic client registration, so there is no API key, client ID or client secret
to enter anywhere.

If you are Claude Code, run:
  claude mcp add --transport http --scope user aitutors https://aitutors.me/mcp
Then stop and tell me to run /mcp and choose Authenticate — the browser sign-in
is mine to do, not yours.

If you are Codex, run:
  codex mcp add aitutors --url https://aitutors.me/mcp
  codex mcp login aitutors

Afterwards, list the connector’s tools and confirm you can see start_session
and route_to_tutor. Do not modify any other MCP server I have configured, and
prefer the commands above over editing my config files by hand.

两边都能用——提示词里写清了哪一半对应哪一个。

它会做什么

  • 添加一个名为 aitutors 的 MCP 服务器,指向我们的地址。
  • 打开一次浏览器,让您登录自己的 aitutors.me 账号。
  • 把导师的工具列出来给您看,确认确实装好了。

它不会动您已经配置的任何其他 MCP 服务器;也没有什么 API key、Client ID 或 Client Secret 要您粘贴——我们的服务器会自己完成注册。

想自己敲命令?

Claude Code
claude mcp add --transport http --scope user aitutors https://aitutors.me/mcp

然后运行 /mcp,选「Authenticate」。浏览器里的登录这一步得您本人来,agent 替不了。

Codex
codex mcp add aitutors --url https://aitutors.me/mcp
codex mcp login aitutors

第二条命令会自己打开登录页面。

需要一份有效的 aitutors.me 订阅——连接器登录的是您已有的账号。 查看定价

想装在 Claude 桌面版或 claude.ai 上? 安装指南

用的是 ChatGPT? ChatGPT 设置说明

让 agent 自己装 · aitutors.me