Skip to content
MCP profile

Github Cybairfly Codify Mcp

Easily create reusable automation tools from casual browser actions using Apify Agent

Developer ToolsPackageJavaScript/TypeScriptOpen SourceExternal
Last updated
March 16, 2026
Visibility
Public
ByRegistry

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:

Capabilities
Model Context Protocol (MCP) server that lets AI assistants (e.g. ClaudeCursorVS Code) execute browser automation tasks via Apify Agent. Tools are passed as clean JSON arguments — one per line. No manual setup or file creation.

What Problems It Solves

  • Run directly using npx:

Specifications

Status
live
Industry
Developer Tools
Category
General
Server type
Package
Language
JavaScript/TypeScript
License
Open Source
Verified
Yes

Hosting


Hosting Options

  • Package

API


Integrate this server into your application. Choose a connection method below.

1

Install

Install command
JavaScript/TypeScript
npx codify-mcp {{JSON_MCP_TOOL_1}} {{JSON_MCP_TOOL_2}} {{JSON_MCP_TOOL_3}}...
2

Configure

Configuration
json
{
  "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
Get started

Ready to integrate this MCP server?

Book a demo to see how this server fits your workflow, or explore the full catalog.

Related MCP Servers


Catalog Workspace

Discover agents, MCP servers, and skills in one governed surface

Use structured catalog views to compare readiness, ownership, integrations, and deployment posture before rollout.