Apify Server
БесплатноНе проверенEnables web scraping, browser automation, and dataset management through Apify's actor platform.
Описание
Enables web scraping, browser automation, and dataset management through Apify's actor platform.
README
A Type 3 DAuth MCP server for Apify API. Provides web scraping, browser automation, and dataset management through Apify's actor platform.
Features
- List Actors — View all available actors
- Run Actor — Execute an actor with custom input
- Get Run — Check actor run status
- Get Dataset Items — Retrieve scraped data
- Abort Run — Stop a running actor
- List Tasks — View all tasks
Authentication
This server uses Type 3 DAuth (Dedalus Auth) — your API key is encrypted client-side and decrypted in a secure Dedalus enclave.
Get Your Apify API Key
- Go to https://console.apify.com/account/integrations
- Find your API token
- Copy the token
Installation
git clone https://github.com/dedalus-labs/apify-mcp.git
cd apify-mcp
pip install -e .
cp .env.example .env
# Edit .env and add APIFY_API_KEY
Available Tools
apify_list_actors
List all actors in your account.
apify_list_actors(limit=20, offset=0)
apify_run_actor
Run an actor.
apify_run_actor(
actor_id="apify/web-scraper",
run_input={"startUrls": [{"url": "https://example.com"}]},
timeout=60,
memory_mbytes=512,
)
apify_get_run
Get run details.
apify_get_run(
actor_id="apify/web-scraper",
run_id="run-id-here",
)
apify_get_dataset_items
Get items from a dataset.
apify_get_dataset_items(
dataset_id="dataset-id-here",
limit=100,
clean=True,
)
apify_abort_run
Abort a running actor.
apify_abort_run(
actor_id="apify/web-scraper",
run_id="run-id-here",
)
apify_list_tasks
List all tasks.
apify_list_tasks(limit=20, offset=0)
Pricing
Apify uses a credit-based system. Check https://apify.com/pricing for details.
Deploy to Dedalus
- Push to GitHub (public repo)
- Go to https://www.dedaluslabs.ai/dashboard
- Add Server → Connect GitHub repo
- Set
APIFY_API_KEYas Required Credential - Deploy
License
MIT
Установка Apify Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/madaoQ/apify-mcpFAQ
Apify Server MCP бесплатный?
Да, Apify Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Apify Server?
Нет, Apify Server работает без API-ключей и переменных окружения.
Apify Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Apify Server в Claude Desktop, Claude Code или Cursor?
Открой Apify Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Playwright
Browser automation, scraping, screenshots
автор: MicrosoftPuppeteer
Browser automation and web scraping.
автор: modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
автор: opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
автор: robhunterCompare Apify Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории browse
