MCP server

WorkOS
MCPOfficial 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
readOrganizations in the env.
list_users
readUsers in an org.
sso
readSSO 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
- read
list_orgs
Organizations in the env.
- read
list_users
Users in an org.
- read
sso
SSO connection status.
Last call
{ "ok": true,
"tool": "list_orgs",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
