Official MCP Registry entries for brenton8907's Apify actors (remote servers on mcp.apify.com)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"apify-mcp-servers": {
"command": "npx",
"args": [
"-y",
"brenton-keller/apify-mcp-servers"
]
}
}
}
Run in terminal:
claude mcp add apify-mcp-servers npx -y brenton-keller/apify-mcp-servers
Add to .cursor/mcp.json:
{
"mcpServers": {
"apify-mcp-servers": {
"command": "npx",
"args": [
"-y",
"brenton-keller/apify-mcp-servers"
]
}
}
}