Content
# MCP Servers Monorepo
A curated collection of production-ready Model Context Protocol (MCP) servers published on Apify. These are wrappers around open-source MCP 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](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/brave-search) |
| **[BrowserBase MCP Server](./browserbase-mcp-server/)** | Cloud web automation capabilities | [](https://apify.com/agentify/browserbase-mcp-server) | [BrowserBase](https://github.com/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](https://x.com/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](https://github.com/ppl-ai/modelcontextprotocol) |
| **[Firecrawl MCP Server](./firecrawl-mcp-server/)** | Web crawling and content extraction | [](https://apify.com/agentify/firecrawl-mcp-server) | [Mendable AI](https://github.com/mendableai/firecrawl-mcp-server) |
| **[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](https://github.com/translated/lara-mcp) |
| **[Calculator MCP Server](./calculator-MCP-server/)** | Mathematical computations and calculations | [](https://apify.com/agentify/calculator-mcp-server) | [Githejie](https://github.com/githejie/mcp-server-calculator) |
| **[Kiwi MCP Server](./kiwi-mcp-server/)** | Flight search and booking using Kiwi.com | [](https://apify.com/agentify/kiwi-mcp-server) | [Kiwi.com](https://github.com/alpic-ai/kiwi-mcp-server-public) |
| **[National Parks MCP Server](./national-parks/)** | Geographic and park information | [](https://apify.com/agentify/national-parks-mcp-server) | [KyrieTangSheng](https://github.com/KyrieTangSheng/mcp-server-nationalparks) |
| **[Context7 MCP Server](./context7-mcp-server/)** | Up-to-date code docs for any programming library | [](https://apify.com/agentify/context7-mcp-server) | [Upstash](https://github.com/upstash/context7) |
| **[DeepL MCP Server](./deepl-mcp-server/)** | Translation capabilities using the DeepL API | [](https://apify.com/agentify/deepl-mcp-server) | [DeepLcom](https://github.com/DeepLcom/deepl-mcp-server) |
## 🙏 Credits
These are wrappers—original code by: Brave Software, Perplexity AI, Mendable AI, SlideSpeak, Translated, Githejie, Kiwi.com, KyrieTangSheng, Upstash, Financial Datasets, Microsoft, 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:
```bash
# 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:
```json
{
"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](https://apify.com/templates/python-mcp-server)** - For Python-based MCP servers
- **[TypeScript MCP server template](https://apify.com/templates/ts-mcp-server)** - 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](https://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](https://apify.com/store) 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`](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:
- **[Webinar: Building and Monetizing MCP Servers on Apify](https://www.youtube.com/watch?v=w3AH3jIrXXo)**
- **[How to build and monetize an AI agent on Apify](https://blog.apify.com/how-to-build-an-ai-agent/)**
- **[What is MCP and why does it matter?](https://blog.apify.com/what-is-model-context-protocol/)**
---
**Made with ❤️ and 🍺 by the Apify team**
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.