aitutors.meFor developers

Let your agent set it up

If you already work in Claude Code or Codex, you don't need the click-through guides. Paste the prompt below and your agent does the rest.

Paste this into Claude Code or Codex

Setup prompt
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.

It works in either — the prompt tells the agent which half applies to it.

What it will do

  • Add one MCP server named aitutors, pointing at our address.
  • Open your browser once so you can sign in to your aitutors.me account.
  • List the tutors' tools back to you, so you can see it worked.

It will not touch any other MCP server you have configured, and there is no API key, client ID or client secret to paste anywhere — our server registers your client itself.

Rather type it yourself?

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

Then run /mcp and choose Authenticate. The browser sign-in is yours to do — an agent can't do it for you.

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

The second command opens the sign-in page itself.

Needs an active aitutors.me subscription — the connector signs you in to the account you already have. See pricing

Setting it up in the Claude app or on claude.ai instead? Install guide

Using ChatGPT? ChatGPT setup

Let your agent set it up · aitutors.me