← Index

io.github.cybairfly/codify-mcp

io.github.cybairfly/codify-mcp·v1.0.0·Browser Automation
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "codify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codify-mcp"
      ],
      "env": {
        "YOUR_API_KEY": "<your-your_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "codify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codify-mcp"
      ],
      "env": {
        "YOUR_API_KEY": "<your-your_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y codify-mcp
§02  Environment variables
YOUR_API_KEY
requiredsecret

Your API key for the service

§03  MCP Quality Score  ·  methodology
freshness
20
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Browser Automation