Actor Mcp Servers
FreeNot checkedA curated collection of awesome MCP servers, published and monetized as Actors on Apify
About
A curated collection of awesome MCP servers, published and monetized as Actors on Apify
README
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
...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 [email protected].
🛠️ 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 <server-name>
npm install
npm start
# Python servers
cd <server-name>
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:
- Python MCP server template - For Python-based MCP servers
- TypeScript MCP server template - For TypeScript-based MCP servers
Project structure
mcp-servers/
├── <server-name>/
│ ├── 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:
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:
- Blog post: Build and monetize MCP servers on Apify
- Webinar: Build and monetize MCP servers on Apify
- How to build and monetize an AI agent on Apify
- What is MCP and why does it matter?
Made with ❤️ and 🍺 by the Apify team
Installing Actor Mcp Servers
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/apify/actor-mcp-serversFAQ
Is Actor Mcp Servers MCP free?
Yes, Actor Mcp Servers MCP is free — one-click install via Unyly at no cost.
Does Actor Mcp Servers need an API key?
No, Actor Mcp Servers runs without API keys or environment variables.
Is Actor Mcp Servers hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Actor Mcp Servers in Claude Desktop, Claude Code or Cursor?
Open Actor Mcp Servers on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Actor Mcp Servers with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
