WorkOS MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WorkOS MCP Serverlist all users in the organization 'Acme Corp'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WorkOS MCP Server
MCP server for WorkOS User Management API. Enables Claude to manage users, organizations, memberships, invitations, and sessions in WorkOS.
Installation
bun installRelated MCP server: google-workspace-mcp-with-script
Configuration
Set environment variables:
export WORKOS_API_KEY=sk_...
export WORKOS_CLIENT_ID=client_...
export WORKOS_ENVIRONMENT_ID=environment_... # Found in WorkOS Dashboard URLUsage
With Claude Code
Add to your Claude Code MCP settings:
{
"mcpServers": {
"workos": {
"command": "bun",
"args": ["run", "/path/to/packages/mcps/workos/src/index.ts"],
"env": {
"WORKOS_API_KEY": "sk_...",
"WORKOS_CLIENT_ID": "client_...",
"WORKOS_ENVIRONMENT_ID": "environment_..."
}
}
}
}Standalone
bun run src/index.tsInspect with MCP Inspector
bun run inspectAvailable Tools
User Management
Tool | Description |
| List users with optional filtering by email or organization |
| Get details of a specific user |
| Create a new user |
| Update user information |
| Delete a user |
Organizations
Tool | Description |
| List all organizations |
| Get organization details |
| Create a new organization |
| Update organization |
| Delete an organization |
Organization Memberships
Tool | Description |
| List memberships (filter by user or org) |
| Get membership details |
| Add user to organization |
| Update user's role |
| Remove user from organization |
Invitations
Tool | Description |
| List pending invitations |
| Get invitation details |
| Send invitation email |
| Revoke pending invitation |
Sessions
Tool | Description |
| List active sessions for a user |
| Revoke an active session |
Password & Verification
Tool | Description |
| Send password reset email |
| Send email verification |
MFA
Tool | Description |
| List user's MFA factors |
Impersonation (Dashboard Links)
Tool | Description |
| Get URL to impersonate user in WorkOS Dashboard |
| Get URL to view user in WorkOS Dashboard |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tellahq/workos-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server