manifest.json•2.45 kB
{
"manifest_version": "0.2",
"name": "apify-mcp-server",
"display_name": "Apify MCP server",
"version": "0.4.28",
"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",
"privacy_policies": [
"https://docs.apify.com/legal/privacy-policy",
"https://docs.apify.com/legal/gdpr-information",
"https://docs.apify.com/legal"
],
"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"
}
}
}