Skip to content

Commit f6693ca

Browse files
authored
feat: add Apify MCP Server (github#166)
* feat: add Apify MCP Server * fix icon
1 parent d403fec commit f6693ca

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: apify-mcp-server
2+
image: mcp/apify-mcp-server
3+
type: server
4+
meta:
5+
category: productivity
6+
tags:
7+
- productivity
8+
- search
9+
- mcp
10+
- automation
11+
- web scraping
12+
- api
13+
- data extraction
14+
about:
15+
title: Apify MCP Server
16+
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.
17+
icon: https://avatars.githubusercontent.com/u/24586296?s=200&v=4
18+
source:
19+
project: https://github.com/apify/actors-mcp-server
20+
branch: master
21+
config:
22+
description: Configure the Apify MCP Server
23+
secrets:
24+
- name: apify-mcp-server.apify_token
25+
env: APIFY_TOKEN
26+
example: your-apify-token
27+
env:
28+
- name: ACTORS
29+
example: apify/rag-web-browser
30+
value: '{{apify-mcp-server.actors}}'
31+
- name: TOOLS
32+
example: docs
33+
value: '{{apify-mcp-server.tools}}'
34+
- name: ENABLE_ADDING_ACTORS
35+
value: 'false'
36+
parameters:
37+
type: object
38+
properties:
39+
actors:
40+
type: string
41+
description: "Comma-separated list of Apify Actors to add to the MCP server. For example: apify/rag-web-browser,apify/instagram-scraper."
42+
example: "apify/rag-web-browser"
43+
tools:
44+
type: string
45+
description: "Comma-separated list of specific tool categories to enable. Available choices: docs, runs, storage, preview. Tool categories are as follows: docs - Search and fetch Apify documentation tools; runs - Get Actor runs list, run details, and logs from a specific Actor run; storage - Access datasets, key-value stores, and their records; preview - Experimental tools in preview mode. Note: Tools that enable you to search Actors from the Apify Store and get their details are always enabled by default. For example: docs,runs."
46+
example: "docs"

0 commit comments

Comments
 (0)