Connecting Clients

Connect the Stallion MCP server to Claude, Cursor, ChatGPT, and Claude Code. One URL, OAuth login, no tokens to paste.

Connecting Clients

The Stallion MCP server is hosted at one URL and works with any MCP client:

https://mcp.stalliontech.io/mcp

When you connect, the client opens a browser and you sign in with your Stallion account (email OTP, SSO, or passkey) — or it's silent if you're already signed into the console. There are no tokens to copy or paste.

How auth works:

Sign-in uses OAuth 2.1 in your browser — nothing to paste. Each request runs with your own Stallion access. See Security for details.

Choose your client

One-click install. Open the install link:

https://cursor.com/install-mcp?name=stallion&config=eyJ1cmwiOiJodHRwczovL21jcC5zdGFsbGlvbnRlY2guaW8vbWNwIn0=

Or add it manually to ~/.cursor/mcp.json (OAuth is auto-discovered):

{
  "mcpServers": {
    "stallion": {
      "url": "https://mcp.stalliontech.io/mcp"
    }
  }
}

Verify the connection

Ask your assistant to run auth_status, or simply ask "list my Stallion orgs". If it returns your organizations, you're connected.