Ap
MCP SERVER
Visit projectApify MCP Server
Apify MCP server that lets agents discover and run Apify Actors for scraping, crawling and data extraction.
About Apify MCP Server
Apify MCP server that lets agents discover and run Apify Actors for scraping, crawling and data extraction. Details were read from the publisher’s repository and documentation; nothing was installed or executed.
What you can do
- Actor discovery
- Actor execution
- Dataset retrieval
How to connect
What is the endpoint and how does it run?
Hosted remote server over Streamable HTTP at https://mcp.apify.com/.
Does it need authentication?
An API key issued by the publisher is required.
How do I add Apify MCP Server to Claude Code, Cursor or Claude Desktop?
Claude Code
claude mcp add --transport http apify https://mcp.apify.com/Cursor, Windsurf and other clients that accept a URL (mcp.json)
{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com/"
}
}
}Claude Desktop (claude_desktop_config.json, via the mcp-remote bridge)
{
"mcpServers": {
"apify": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.apify.com/"
]
}
}
}Snippets are generated from the published endpoint; the server name apify is only a label you can change. Add the credentials the publisher documents.
REMOTE ENDPOINT
https://mcp.apify.com/Use this URL in a compatible client. Follow the provider’s authentication instructions.Sources and checks
View the sourceSource information collected September 8, 2026.
Badge and embed
Show this listing on your website or README. The badge and the card link back to this page.
Markdown badge
[](https://ruagentic.com/tools/apify-mcp)HTML badge
<a href="https://ruagentic.com/tools/apify-mcp"><img src="https://ruagentic.com/badge/apify-mcp.svg" alt="Listed on RUAGENTIC" height="28"></a>Markdown card
[](https://ruagentic.com/tools/apify-mcp)HTML embed
<iframe src="https://ruagentic.com/embed/apify-mcp" width="480" height="150" style="border:0;max-width:100%" loading="lazy" title="Apify MCP Server on RUAGENTIC"></iframe>