workos-mcp

Author:@zueai
View on GitHub

Overview

workos-mcp is a Model Control Protocol server. It connects Cursor Agents to the WorkOS API for integration and communication.

To use it, clone the repository with the install script. Then, configure your Cursor settings and add your WorkOS API key and client ID as secrets.

Its key features are: a lightweight server for Cloudflare Workers deployment, full WorkOS API integration, and the ability to create custom MCP tools by adding methods.

Use cases include letting Cursor Agents use WorkOS functions, building custom task tools within MCP, and enabling communication between agents and the WorkOS API.

FAQ: Its purpose is to bridge Cursor Agents and the WorkOS API. Deploy it using the provided install script and documentation. You can create your own tools by adding methods to the MyWorker class.