manifest.json•3.16 kB
{
"dxt_version": "0.1",
"name": "apify-actors-mcp-server",
"version": "0.0.0",
"description": "Extract data from any site with Apify Store, home to thousands of web scrapers.",
"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/actors-mcp-server"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apify/actors-mcp-server"
},
"homepage": "https://mcp.apify.com",
"support": "https://github.com/apify/actors-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}",
"--actors",
"${user_config.actors}",
"--enable-adding-actors",
"${user_config.enable-adding-actors}"
],
"env": {
"APIFY_TOKEN": "${user_config.apify_token}"
}
}
},
"tools_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 tool categories",
"description": "A comma-separated list of tool categories to enable. Available options: docs, runs, storage, preview.",
"required": false,
"default": "docs"
},
"actors": {
"type": "string",
"title": "Enabled Actors",
"description": "A comma-separated list of full Actor names to add to the server on startup (e.g., apify/rag-web-browser).",
"required": false,
"default": "apify/rag-web-browser"
},
"enable-adding-actors": {
"type": "boolean",
"title": "Enable dynamic Actor adding",
"description": "Allow dynamically adding Actors as tools based on user requests during a session.",
"default": true
}
},
"compatibility": {
"claude_desktop": ">=0.2.16",
"platforms": [
"darwin",
"win32",
"linux"
],
"runtimes": {
"node": ">=20.0.0"
}
}
}