Workato Dev MCP
A local, zero-dependency MCP server to author, lint, deploy, and debug Workato recipes from Claude. It wraps the Workato Developer REST API, RLCM package API, and Data Tables record API with 56 tools.
README
Workato Dev MCP
A local, zero-dependency MCP server to author, lint, deploy, and debug Workato recipes from Claude (Code, Desktop, or any MCP client). It wraps the Workato Developer REST API, the Recipe Lifecycle Management (RLCM) package API, and the Data Tables record API.
Why not the official one? The hosted Workato Developer MCP (app.workato.com/mcp) is
management/read-only — it can't create or update recipe code or start/stop recipes. This can.
It also adds a pure-Python recipe linter, RLCM export/import, Data Table row CRUD, and AI Hub
MCP-server management.
- Zero dependencies — Python 3.8+ standard library only. No
pip install, no build step. - Bring your own token — each developer uses their own Workato API-client token. Nothing hosted or shared.
- 56 tools across recipes, linting, RLCM round-trip, connections, data/lookup tables, API Platform, and AI Hub MCP servers.
Forked from
krishnagutta/workato-dev-mcp; extends it with RLCM round-trip, Data Table CRUD, a scaffolder, AI Hub MCP management, and a pure-Python port of Workato Labs'recipe-lint(MIT). Full attribution inLICENSE.
Setup (Claude Code)
First get a Workato API-client token: Workspace admin → API clients (which privileges to grant — and how to wire Claude Desktop / other clients — are in docs/SETUP.md). Then:
git clone https://github.com/gmunro-lyft/Workato-Claude-MCP.git
cd Workato-Claude-MCP
cp .env.example .env # 1. copy the env template
# 2. edit .env → set WORKATO_TOKEN=wrkaus-…
python3 mcp/server.py --selftest # 3. confirm the server loads (no token needed)
claude # 4. launch Claude Code; approve "workato-dev" once
Then in a new session try: "list my Workato recipes" or "lint recipe 12345678".
The recipe edit loop
get_recipe(id, include_code=true) # pull the code tree (source of truth for editing)
→ edit the JSON in conversation
→ lint_recipe(recipe_id=id) # catch structural/datapill bugs BEFORE saving
→ stop_recipe(id) # running recipes can't be updated
→ update_recipe(id, code=<json>)
→ start_recipe(id) # start = the real compiler; read its validation errors
→ list_jobs / get_job # after a test run, inspect real per-step I/O
Run workato_recipe_tips and get_learnings once before building — they capture the datapill
format, the trigger extended_output_schema requirement, the HTTP string-body trick, custom-code
schema gotchas, valid condition operands, and the job-log debugging pattern.
Linting
Two local, no-token tools statically analyse recipes before deploy: lint_recipe (one recipe,
by path or recipe_id) and validate_package (a whole package directory + package-level
checks). Both return structured diagnostics from a pure-Python port of recipe-lint's Tier 0/1
rules. See docs/LINTING.md for the rule table and the full 66-rule engine.
Region
Defaults to the US data center. For another region set WORKATO_API_BASE (and
WORKATO_DATA_TABLES_BASE for Data Table row tools) in .env — e.g. EU is
https://app.eu.workato.com/api. Full table in docs/SETUP.md.
Verify & test
All of these are offline, need no token, and require no install (stdlib only):
python3 mcp/server.py --selftest # the tool registry loads and is internally consistent
python3 mcp/server.py --list-tools # print every tool + a one-line description
python3 mcp/server.py --version # print the server version
python3 -m unittest discover -s tests # run the unit tests
python3 tools/gen_tools_doc.py --check # docs/TOOLS.md is in sync with the tools
The tests also run under pytest if you prefer it.
Documentation
- docs/SETUP.md — create the API client, privileges, token wiring (Code / Desktop / other), regions
- docs/TOOLS.md — the full 56-tool reference (generated from the server)
- docs/LINTING.md — lint rules + the upstream Go engine
- CONTRIBUTING.md — add a tool, run the checks, and the allowlist-
.gitignorerule
Capturing learnings
The knowledge base grows as you use it. mcp/learnings.md is the append-only intake queue — when
Claude hits a gotcha not in workato_recipe_tips, it calls log_learning. Scrub any
workspace-specific names/IDs before committing (see CONTRIBUTING) —
the file is tracked and publishes verbatim. During review, raw learnings are promoted into
workato_recipe_tips (the curated tier). log_learning / get_learnings are pure local file
ops — no token.
Notes / limits
- This is a dev tool. It can create, edit, start/stop, and delete recipes and Data Table
rows. Point it at a dev/impl workspace and treat
delete_recipe/deploy_package/delete_data_table_rowwith care (they confirm intent in their descriptions). - AI Hub MCP tools may be plan-gated. The
*_mcp_*tools need the API client's MCP privilege; without it Workato returns the HTML login page or 403/404. Runcheck_mcp_privilegesfirst. (A different surface from the API-Platformlist_api_*tools.) - It doesn't touch the AI Hub authoring layer beyond server management. After a recipe param-set change, the consuming MCP client needs an app restart to see the new schema.
- Sharing. Commit this folder to an internal git repo; teammates clone, set
WORKATO_TOKENin.env, and approve the project-scoped.mcp.jsonon first launch.
License
MIT. Builds on krishnagutta/workato-dev-mcp
and ports lint rules from recipe-lint (MIT) — see
LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。