Odel
codify mcp

codify mcp

Local
@cybairflyJavaScriptMITUpdated 7mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcodify-mcpv1.0.0

Run

npx -y codify-mcp

MCP client config

{
  "mcpServers": {
    "codify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codify-mcp"
      ]
    }
  }
}