AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Actor Mcp Servers

mcp-apify-actor-mcp-servers · by apify

A curated collection of awesome MCP servers, published and monetized as Actors on Apify

No reviews yet
0 installs
49 views
0.0% view→install

Install

$ agentstack add mcp-apify-actor-mcp-servers

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-apify-actor-mcp-servers)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Actor Mcp Servers? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

MCP server Actors monorepo

A curated collection of production-ready Model Context Protocol (MCP) servers published as Actors on Apify. These are wrappers around open-source stdio MCP servers or remote HTTP servers — credits go to the original developers.

  • Monetize your MCP servers via pay-per-use pricing
  • Reach a global developer and business audience
  • Reliable hosting, scaling, and monitoring
  • Built-in analytics
  • Community exposure via Apify MCP server and the Apify Store
  • Standby mode for instant responses
  • Multi-transport (http-streamable and SSE) support
  • OAuth for easy authentication

📦 Available servers

| Actor | Description | Actor badge | Original author | |----------------------------------------------------------|-------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------| | [Brave Search MCP Server](./brave-search-mcp-server/) | Web search capabilities powered by Brave Search | [](https://apify.com/agentify/brave-search-mcp-server) | MCP Community | | [BrowserBase MCP Server](./browserbase-mcp-server/) | Cloud web automation capabilities | [](https://apify.com/agentify/browserbase-mcp-server) | BrowserBase | | [Docfork MCP Server](./docfork-mcp-server/) | FreshFresh docs for your AI code editor | [](https://apify.com/agentify/docfork-mcp-server) | Docfork.AI | | [Perplexity Sonar MCP Server](./perplexity-mcp-server/) | AI-powered search and information retrieval | [](https://apify.com/agentify/perplexity-sonar-mcp-server) | Perplexity AI | | [Firecrawl MCP Server](./firecrawl-mcp-server/) | Web crawling and content extraction | [](https://apify.com/agentify/firecrawl-mcp-server) | Mendable AI | | [Slide Speak MCP Server](./slide-speak-mcp-server/) | Presentation and speech synthesis | [](https://apify.com/agentify/slidespeak-mcp-server) | | [Lara Translate MCP Server](./lara-translate-mcp-server/) | Multi-language translation services | [](https://apify.com/agentify/lara-translate-mcp-server) | Translated | | [Calculator MCP Server](./calculator-MCP-server/) | Mathematical computations and calculations | [](https://apify.com/agentify/calculator-mcp-server) | Githejie | | [Kiwi MCP Server](./kiwi-mcp-server/) | Flight search and booking using Kiwi.com | [](https://apify.com/agentify/kiwi-mcp-server) | Kiwi.com | | [National Parks MCP Server](./national-parks/) | Geographic and park information | [](https://apify.com/agentify/national-parks-mcp-server) | KyrieTangSheng | | [Context7 MCP Server](./context7-mcp-server/) | Up-to-date code docs for any programming library | [](https://apify.com/agentify/context7-mcp-server) | Upstash | | [DeepL MCP Server](./deepl-mcp-server/) | Translation capabilities using the DeepL API | [](https://apify.com/agentify/deepl-mcp-server) | DeepLcom | | [Wolfram MCP Server](./wolfram-mcp-server/) | Wolfram\|Alpha, Wolfram Language kernel, and Knowledgebase access | [](https://apify.com/agentify/wolfram-mcp-server) | Wolfram |

...and many more.

🙏 Credits

These are wrappers—original code by: Brave Software, Perplexity AI, Mendable AI, SlideSpeak, Translated, Githejie, Kiwi.com, KyrieTangSheng, Upstash, Financial Datasets, Microsoft, Wolfram, and others.

🚩 Claim this MCP server – If you are the original developer and would like to claim ownership or have any concerns, please write to [ai@apify.com](mailto:ai@apify.com).

🛠️ Quick start

Prerequisites

  • For TypeScript servers: Node.js 18+ and npm
  • For Python servers: Python 3.8+ and pip
  • For all servers: Docker (optional, for containerized deployment)

Installation

Each server can be installed and run independently:

# TypeScript servers
cd 
npm install
npm start

# Python servers
cd 
pip install -r requirements.txt
python -m src.main

Using with MCP clients

Configure your MCP client (like Claude Desktop) to use these servers:

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": ["-y", "@apify/brave-search-mcp-server"]
    },
    "calculator": {
      "command": "python",
      "args": ["-m", "src.main"],
      "cwd": "./calculator-MCP-server"
    }
  }
}

🔧 Development

Templates

When creating new MCP servers, you can use our pre-built templates:

Project structure

mcp-servers/
├── /
│   ├── src/           # Source code
│   ├── Dockerfile     # Container configuration
│   ├── package.json   # Node.js dependencies (TypeScript servers)
│   ├── requirements.txt # Python dependencies (Python servers)
│   └── README.md      # Server-specific documentation
├── LICENSE            # MIT License
├── CONTRIBUTING.md    # Contribution guidelines
├── README.md          # This file

🤝 Contributing

This monorepo is maintained by Apify. We encourage you to build your own MCP servers using our templates—see the official MCP documentation and Apify MCP docs.

To report issues or request features, open an issue with details.

🌐 What is Apify MCP?

The Apify Model Context Protocol (MCP) Server at mcp.apify.com instantly connects AI applications and agents to thousands of ready-built tools. It allows your AI assistant to use any Apify Actor for web scraping, data extraction, and automation tasks in real time.

Key benefits:

  • Instant access to 5,000+ Apify Actors and tools
  • No setup required - connect with just a URL
  • OAuth support for easy authentication
  • Production-ready with enterprise-grade reliability

🎯 Try it now

For the easiest setup and most powerful features, connect your AI assistant to our hosted server:

https://mcp.apify.com

It supports OAuth, so you can connect from clients like Claude.ai or Visual Studio Code with just the URL.

📈 References

Learn how to build and monetize MCP servers on Apify:


Made with ❤️ and 🍺 by the Apify team

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.