The Codify MCP server allows AI assistants to execute browser automation tasks using the Apify Agent by passing tools as clean JSON arguments. It facilitates the creation and reuse of automation tools without manual setup.
From the registry: Easily create reusable automation tools from casual browser actions using Apify Agent
$ apify loginhttps://apify.com/cyberfly/apify-agentPlease install the `codify-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Apify token** — Login via `apify login` or set APIFY_TOKEN env Run: `apify login` (https://apify.com/cyberfly/apify-agent)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["codify-mcp","<tool-json>"]
- optional environment variables:
- `APIFY_TOKEN`: Apify API token (if not using apify login file) (example: `<your-apify-token>`)
Note: MCP server for custom browser-automation tools built via Apify Agent. Tools are passed as JSON arguments directly to the process — one tool definition per argument.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.APIFY_TOKENUsed for authentication with the Apify service.MCP server for Firecrawl web scraping, structured data extraction and web search integration.