feat(mcp): Adding Apify MCP server - #21
Open
drobnikj wants to merge 2 commits into
Open
Conversation
MQ37
approved these changes
Sep 8, 2026
MQ37
left a comment
There was a problem hiding this comment.
LGTM. I would maybe expand the keywords for scraping etc. but in general it's ok
jirispilka
approved these changes
Sep 9, 2026
jirispilka
left a comment
There was a problem hiding this comment.
Looks good, I just left a couple of comments. Thanks
| manifest_version: 1 | ||
|
|
||
| name: apify | ||
| description: Discover and run Apify Actors for web scraping, data extraction, and automation, and search Apify documentation. |
There was a problem hiding this comment.
Suggested change
| description: Discover and run Apify Actors for web scraping, data extraction, and automation, and search Apify documentation. | |
| description: Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store. |
|
|
||
| name: apify | ||
| description: Discover and run Apify Actors for web scraping, data extraction, and automation, and search Apify documentation. | ||
| source: https://docs.apify.com/platform/integrations/mcp |
There was a problem hiding this comment.
Suggested change
| source: https://docs.apify.com/platform/integrations/mcp | |
| source: https://docs.apify.com/integrations/mcp |
| # Hosted Streamable HTTP; disable optional tool/client telemetry by default. | ||
| transport: | ||
| type: http | ||
| url: https://mcp.apify.com/?telemetry-enabled=false |
There was a problem hiding this comment.
do we really want to disable telemetry?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds Apify's hosted MCP server to the optional catalog, using existing MCP support—no new core tools or local server to manage.
Related Issue
No linked issue.
Type of Change
Changes Made
optional-mcps/apify/manifest.yamlwith hosted Streamable HTTP, browser OAuth, and optional tool/client telemetry disabled by default.How to Test
hermes mcp login apify.hermes mcp configure apifyto verify tool selection works.These are manual verification steps, not a claim of completed end-to-end testing. Actor execution is optional and should only be tested after reviewing pricing and inputs.
Checklist
Code
feat: Adding Apify MCP server).scripts/run_tests.sh.Documentation & Housekeeping
Screenshots / Logs
No manual screenshots or logs supplied. CI run: Python lint, E2E, and macOS jobs passed at review time; Python and Windows tests were pending. Contributor attribution needs mapping, and the MCP catalog requires maintainer security review plus the
ci-reviewedlabel.