workos-mcp

workos-mcp

4

This project is a lightweight Model Control Protocol server designed to facilitate interaction between agents and the WorkOS API. It is built with create-mcp and hosted on Cloudflare Workers, focusing on easy tool creation and deployment.

workos-mcp

This is a lightweight Model Control Protocol (MCP) server built with create-mcp and deployed on Cloudflare Workers. It allows agents to interact with the WorkOS API. Features include tool creation through method addition in the MyWorker class, automated installation, and deployment.

Available Tools

The current list of tools is available in src/index.ts. Each method in the class serves as an MCP tool.

Installation

  • Run the install script to clone the MCP server.
  • Add the server in Cursor Settings.
  • Upload your WorkOS API key and client ID.

Deploying Changes

Run the deploy script and reload your Cursor window to use the updated tools.

How to create new MCP tools

Add methods to MyWorker in src/index.ts and use JSDoc comments for tool description, parameters, and return values.