Skip to content

AgentX-ai/AgentX-mcp-servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 

Repository files navigation

AgentX MCP Servers Collection

Documentation Website Discord YouTube Demo License: MIT

πŸ€– 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

Extract video information, subtitles, and comments from YouTube

Get real-time stock, marco eco, market sentiment, financial news, etc from Yahoo Finance

Connect and let your Agent, search, create, write, modify your notion content

Let your AI agent handle lead generation and enrichment

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:

  1. ⭐ Star this repo - Show your support
  2. πŸ› Report bugs - Open an issue
  3. πŸ’‘ Request features - Tell us what integrations you need
  4. πŸ”§ Submit PRs - Add new servers or improve existing ones
  5. πŸ“– 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

πŸ“„ License

All servers are released under the MIT License. Free for commercial and personal use.


πŸš€ Ready to supercharge your AI agents?

Get Started β€’ Join Discord β€’ Watch Demo

About

List of open sourced MCP servers. MIT license. Managed by AgentX with love.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published