Files
Cursor Agent 75f3853dd4 Add Workable third-party MCP plugin
Workable ships an official remote MCP server over Streamable HTTP with per-user OAuth, so the plugin is a URL-only mcp.json with no variables block.

Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
2026-08-25 06:29:23 +00:00

35 lines
710 B
JSON

{
"name": "workable",
"displayName": "Workable",
"version": "1.0.0",
"minClientVersions": {
"cursor": "3.13.0"
},
"description": "Search candidates, move pipelines, and manage HR records.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://workable.readme.io/reference/workable-mcp-server",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.png",
"keywords": [
"workable",
"ats",
"recruiting",
"candidates",
"hris",
"hiring",
"mcp"
],
"category": "integrations",
"tags": [
"workable",
"recruiting",
"mcp",
"ats"
],
"mcpServers": "./mcp.json"
}