
Codify Mcp
Turn recorded browser workflows into reusable automation tools your coding agent can invoke via Apify-backed Codify.
Overview
Codify MCP is a MCP server for the Build phase that turns casual browser actions into reusable automation tools through Apify Agent.
What is this MCP server?
- Creates reusable automation tools from casual browser actions using Apify Agent
- npm package codify-mcp v1.0.0 with stdio transport
- Requires YOUR_API_KEY secret for the backing service
- GitHub source at cybairfly/codify-mcp for fork and audit
- Bridges product intent in chat to runnable Apify-style automations
- Package version 1.0.0
- Single required secret env: YOUR_API_KEY
- stdio-only transport in published server manifest
What problem does it solve?
You repeat the same browser sequences but lack a fast path for your agent to codify them into maintainable tools without manual scripting.
Who is it for?
Indie builders who live in Claude Code or Cursor and want to productize browser workflows without maintaining fragile one-off scripts.
Skip if: Teams that need official enterprise RPA governance, no Apify billing, or purely API-first backends with zero browser surface.
What do I get? / Deliverables
Your agent can register and reuse automation tools born from real browser sessions, backed by your API key and Apify Agent.
- Reusable automation tools derived from browser sessions
- Agent-invokable MCP surface for Apify Agent workflows
Recommended MCP Servers
Journey fit
Agent-tooling is the right shelf for MCP servers that extend what agents can do in the browser and automation layer during product build. Codify targets casual actions codified into tools—exactly the agent-tooling lane for solo builders iterating scrapers and internal bots.
How it compares
Browser-to-tool MCP bridge via Apify, not a database admin or static skill markdown playbook.
Common Questions / FAQ
Who is Codify MCP for?
Solo developers and agent power users who want to convert browser demonstrations into callable MCP tools for ongoing builds.
When should I use Codify MCP?
Use it during build when you are standardizing scraping, form fills, or QA walks you already perform manually in the browser.
How do I add Codify MCP to my agent?
Install the codify-mcp npm package with stdio transport and set YOUR_API_KEY in environment variables per server.json, then register the server in Claude Code or Cursor.