workos-mcp
これは、 create-mcpでブートストラップされ、Cloudflare Workers にデプロイされた軽量の Model Control Protocol (MCP) サーバーです。
この MCP サーバーにより、エージェント (カーソル エージェントなど) はWorkOS APIと対話できるようになります。
利用可能なツール
現在のツールリストについては、src/index.ts を参照してください。クラス内のすべてのメソッドは MCP ツールです。
インストール
- 自動インストール スクリプトを実行してこの MCP サーバーのクローンを作成し、Cloudflare アカウントにデプロイします。
Cursor Settings -> MCP -> Add new MCP server
を開き、クリップボードにコピーされたコマンドを貼り付けます。- WorkOS API キーとクライアント ID をシークレットとしてアップロードします。
変更の展開
- デプロイ スクリプトを実行します。
- 次に、更新されたツールを使用するためにカーソル ウィンドウを再読み込みします。
新しいMCPツールを作成する方法
新しいMCPツールを作成するには、 src/index.ts
のMyWorker
クラスにメソッドを追加します。各関数は自動的にエージェントが使用できるMCPツールになります。
例:
JSDoc コメントは重要です:
- 最初の行はツールの説明になります
@param
タグは、ツールのパラメータをタイプと説明で定義します。@return
タグは戻り値と型を指定します
もっと詳しく知る
詳細については、次のリソースをご覧ください。
- create-mcp ドキュメント- create-mcp CLI について学ぶ
- モデル制御プロトコルドキュメント- モデル制御プロトコルについて学ぶ
- workers-mcp - Cloudflare WorkersのMCPプロトコルを実装するパッケージ
- Cloudflare Workers ドキュメント- Cloudflare Workers プラットフォームについて学ぶ
- WorkOS ドキュメント- WorkOS API について学ぶ
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
軽量の MCP サーバー。エージェントが WorkOS API と対話して、自然言語コマンドを通じて合理化された WorkOS 操作を実行できます。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA lightweight MCP server that enables Cursor Agents to interact with the WorkOS API, providing access to WorkOS functionality directly from within the editor.Last updated -14JavaScriptMIT License
- -securityFlicense-qualityAn example MCP server that allows remote clients to connect and authenticate using WorkOS AuthKit, providing organization-centric authentication with permission-based access control for tools.Last updated -1TypeScript
- -securityFlicense-qualityAn MCP (Multi-Agent Conversation Protocol) Server that enables interaction with Google Workflows API, allowing management of workflow executions and definitions through natural language commands.Last updated -Python
- -securityFlicense-qualityAn MCP server that enables interaction with Google Cloud's Workload Manager API, allowing users to manage workloads through natural language commands.Last updated -Python