codify mcp for Cursor
io.github.cybairfly/codify-mcp
Easily create reusable automation tools from casual browser actions using Apify Agent
client:Cursor
transport:stdio
runtime:npm
Install codify mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codify-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"codify-mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs