MCP server

WorkOS

MCP

Official WorkOS MCP. SSO, Directory Sync, AuthKit.

WorkOS’s remote server. Orgs, users, and the enterprise auth you already sold.

latest·Proprietary·Updated this quarter·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "workos": {
      "url": "https://mcp.workos.com/mcp"
    }
  }
}

By WorkOS

Spec

What the server actually exposes.

  • list_orgs

    read

    Organizations in the env.

  • list_users

    read

    Users in an org.

  • sso

    read

    SSO connection status.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

workos-mcp.mcp/tools

Tools

  • list_orgs

    Organizations in the env.

    read
  • list_users

    Users in an org.

    read
  • sso

    SSO connection status.

    read

Last call

{ "ok": true,
  "tool": "list_orgs",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.