Apify hosted MCP
Streamable HTTP · hosted
- Endpoint
https://mcp.apify.com- Authentication
- Bearer Apify API token; the hosted server also supports OAuth sign-in.
Before you connect
- An account and API credential for the service.
- A client with Streamable HTTP support.
Cursor mcp.json — replace the credential placeholder Sources: Apify MCP integration guide, Cursor MCP configuration
Cursor: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global). Configuration guide.
{
"mcpServers": {
"apify-http": {
"url": "https://mcp.apify.com",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}