GitHub - AgentX-ai/AgentX-mcp-servers: List of open sourced MCP servers. MIT license. Managed by AgentX with love. (original) (raw)
AgentX MCP Servers Collection
๐ค AgentX makes it effortless to connect to production-ready MCP servers, empowering builders to create powerful AI agents with minimal setup. Get your AI agents talking to the world's services in minutes, not months.
๐๏ธ Available MCP Servers
YouTube DLP Server
Extract video information, subtitles, and comments from YouTube
๐ Yahoo Finance Server
Get real-time stock, marco eco, market sentiment, financial news, etc from Yahoo Finance
๐ Notion MCP Server
Connect and let your Agent, search, create, write, modify your notion content
Apollo MCP Server
Let your AI agent handle lead generation and enrichment
Mailchimp MCP Server
Read only Mailchimp MCP Server. Allows your AI Agent to read your campagin data.
๐ More Servers Coming Soon...
๐ฏ What is MCP?
Model Context Protocol (MCP) is an open standard that enables AI models to securely access external tools, data sources, and services. Think of it as a universal API that lets your AI agents interact with databases, web services, file systems, and more.
โก Why AgentX MCP Servers?
- ๐ Production-Ready - Battle-tested servers used by thousands of developers
- ๐ง Plug & Play - Install with one command, zero configuration required
- ๐ Universal Compatibility - Works with Claude, GPT, and any MCP-compatible AI
- ๐ก๏ธ Enterprise Grade - Built with security, reliability, and performance in mind
- ๐ฆ Growing Ecosystem - New integrations added regularly based on community needs
We're actively developing MCP servers.
Want a specific integration? Request it here!
๐งช Testing Your Setup
Use the MCP Inspector to test any server:
Install MCP Inspector
npm install -g @modelcontextprotocol/inspector
Test a server
npx @modelcontextprotocol/inspector uvx run youtube-dlp-server
๐๏ธ For Developers
Creating Your Own MCP Server
Each python server in this collection follows our proven template:
your_server/
โโโ src/your_server/
โ โโโ __init__.py
โ โโโ __main__.py # Entry point
โ โโโ server.py # MCP server logic
โ โโโ helper.py # Business logic
โโโ pyproject.toml # Dependencies & metadata
โโโ README.md # Server-specific docs
โโโ LICENSE # MIT License
๐ค Contributing
We welcome contributions! Here's how to help:
- โญ Star this repo - Show your support
- ๐ Report bugs - Open an issue
- ๐ก Request features - Tell us what integrations you need
- ๐ง Submit PRs - Add new servers or improve existing ones
- ๐ Improve docs - Help others get started faster
Development Workflow
1. Fork & clone
git clone https://github.com/yourusername/AgentX-mcp-servers.git
2. Create feature branch
git checkout -b feature/awesome-server
3. Make changes & test
cd your_new_server npm run test
4. Submit PR
git push origin feature/awesome-server
๐ Support & Community
- ๐ฌ Discord: Join our community
- ๐ง Email: contact@agentx.so
- ๐ฆ Twitter: @AgentX_AI
- ๐ Docs: docs.agentx.so
- ๐ฅ YouTube: Tutorials & Demos
๐ License
All servers are released under the MIT License. Free for commercial and personal use.