MCP OAuth consent
Route: /mcp-auth?txn=<uuid>
Scenario: You ran
claude mcp login mushi(or Cursor / VS Code MCP auth). The hosted MCP redirected your browser here to approve access.
OAuth consent for MCP clients (MCP auth spec):
- Hosted MCP
/oauth/authorizerecords a pending transaction and 302s here. - Page loads
GET /v1/mcp-oauth/request?txn=…— client name + requested access. - Pick a project (owner/admin) → Approve.
POST /v1/mcp-oauth/approvemints a revocablemcp-oauthAPI key and redirects to the client callback with the authorization code.
Sibling flow for the CLI: CLI device auth (mushi login).
Related pages
- MCP — tool catalogue and deeplink install
- Connect hub — one-click MCP lane without OAuth
- CLI device auth — terminal login approval
Last updated on