Skip to main content
Glama

actors-mcp-server

Official
by apify
MIT License
5,531
380
  • Apple
{ "dxt_version": "0.1", "name": "Apify", "version": "0.4.10", "description": "Extract data from any website using thousands of tools from the Apify Store.", "long_description": "Apify is the world's largest marketplace of tools for web scraping, data extraction, and web automation. You can extract structured data from social media, e-commerce, search engines, maps, travel sites, or any other website.", "keywords": [ "apify", "actors", "dataset", "mcp", "automation", "web", "web scraping", "web automation", "web scraper", "web crawler", "scraping", "data extraction", "API" ], "author": { "name": "Apify Technologies s.r.o.", "url": "https://github.com/apify/apify-mcp-server" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/apify/apify-mcp-server" }, "homepage": "https://mcp.apify.com", "support": "https://github.com/apify/apify-mcp-server/issues", "icon": "docs/apify-logo.png", "screenshots": [ "docs/actors-mcp-server.png" ], "server": { "type": "node", "entry_point": "dist/stdio.js", "mcp_config": { "command": "node", "args": [ "${__dirname}/dist/stdio.js", "--tools", "${user_config.tools}" ], "env": { "APIFY_TOKEN": "${user_config.apify_token}" } } }, "tools_generated": true, "prompts_generated": true, "user_config": { "apify_token": { "type": "string", "title": "Apify token", "description": "Your Apify API token for authentication", "sensitive": true, "required": true }, "tools": { "type": "string", "title": "Enabled tools", "description": "Comma-separated list of tools to enable. Can be either a tool category, a specific tool, or an Apify Actor. For example: \"actors,docs,apify/rag-web-browser\". For more details visit https://mcp.apify.com.", "required": false, "default": "actors,docs,apify/rag-web-browser" } }, "compatibility": { "claude_desktop": ">=0.2.16", "platforms": [ "darwin", "win32", "linux" ], "runtimes": { "node": ">=20.0.0" } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/apify/actors-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server