Github Cybairfly Codify Mcp
Easily create reusable automation tools from casual browser actions using Apify Agent
About This MCP Server
> Part of Project Codify
> Part of Project Codify
Complete end-to-end browser automation pipeline running inside browser (or locally). Codify and replay browser actions as robust (deterministic) and reusable scripts. From rapid prototyping and quick automation scripts to sophisticated deployments at scale.
More is on the way... Give it a shot 🎬 or join the list to follow the project! 🔔
Model Context Protocol (MCP) server that lets AI assistants (e.g. Claude, Cursor, VS Code) execute browser automation tasks via Apify Agent. Tools are passed as clean JSON arguments — one per line. No manual setup or file creation.
Run directly using npx:
Optional - you can also place the token inside the MCP server JSON later.
This saves your token to ~/.apify/auth.json.
Alternatively, set the environment variable:
Apify Coder can turn casual browser actions into reusable AI tools. Currently, this feature is also integrated in Apify Agent
Export a tool and append the result as a JSON string to the MCP server args field or ask your AI to do it for you.
Or with multiple tools:
Edit your Claude Desktop config:
Restart Claude. Your tools are now available to the AI assistant.
Token resolution order:
1. APIFY_TOKEN environment variable (if set and not empty) 2. ~/.apify/auth.json (from apify login CLI command) 3. Error: No token found, tool execution will fail with clear message
Ensure you're passing valid JSON strings as arguments:
Ensure authentication is set up:
What Problems It Solves
- Run directly using npx:
Specifications
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
Install
npx codify-mcp {{JSON_MCP_TOOL_1}} {{JSON_MCP_TOOL_2}} {{JSON_MCP_TOOL_3}}...Configure
{
"mcpServers": {
"codify-mcp": {
"command": "npx",
"args": [
"codify-mcp",
"{\"name\":\"scrape_product\",\"description\":\"...\",\"inputSchema\":{...},\"implementation\":{...}}"
],
"env": {
"APIFY_TOKEN": "your_token_or_leave_empty_to_use_auth_file"
}
}
}
}Performance
Usage
Quick Reference
- Name
- Github Cybairfly Codify Mcp
- Function
- Easily create reusable automation tools from casual browser actions using Apify Agent
- Transport
- Package
- Language
- JavaScript/TypeScript
- Install
- npx codify-mcp {{JSON_MCP_TOOL_1}} {{JSON_MCP_TOOL_2}} {{JSON_MCP_TOOL_3}}...
- Source
- External (Registry)
- License
- Open Source
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.