Skip to main content

Motorical MCP

There are two separate ways to give an AI agent MCP access to Motorical. They share the same underlying tool implementations, but they're different running things, authenticated differently, and deployed independently — a fix to one does not reach the other until it's separately released.

Local server (npm package)Hosted server (OAuth)
What it isA process you run yourself (npx, npm install -g, or a Cursor/Claude Desktop config)An always-on service at mcp.motorical.com
TransportstdioStreamable HTTP
Authmk_live_/ak_live_ keys, dashboard JWT, or a locally-stored OAuth sessionOAuth 2.1 + PKCE — no keys to manage, browser consent on first use
InstallYes — npm install -g or npxNo — just point a compatible client at a URL
Tool catalogueAll 16 tools, including sandbox provisioning and CLI→browser handoff10 tools across 5 scoped servers; sandbox and web-handoff are not available over OAuth

Not sure which one you want: if your client supports remote MCP servers with OAuth (Claude Code, Claude.ai connectors), start with the hosted server — nothing to install, nothing to store. If you need sandbox provisioning, CLI-driven onboarding, or a client that only speaks local stdio servers, use the local server.