1. Conduid
  2. AI
  3. Agentx MCP Servers
MCP server · AI

Agentx MCP Servers

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

57Fair

Scored 3 months ago · breakdown

About Agentx MCP Servers

Agentx MCP Servers is an MCP server published by AgentX-ai in the AI category: list of open sourced MCP servers. MIT license. Managed by AgentX with love. It has been installed 0 times through Conduid.

The repository has 10 stars and 5 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx agentx-mcp-servers

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Agentx MCP Servers

Powered by Claude · Grounded in docs

I know everything about Agentx MCP Servers. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

AgentX MCP Servers Collection

Documentation Website Discord YouTube Demo

🤖 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:

  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 StartedJoin DiscordWatch Demo

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Agentx MCP Servers

How do I install Agentx MCP Servers?

Run npx agentx-mcp-servers, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Agentx MCP Servers safe to use with an AI agent?

Its trust score is 57 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Agentx MCP Servers still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.