Skip to content

camel-ai/mcp-hub

Repository files navigation

CAMEL MCP Hub

Documentation Discord X Reddit Wechat Hugging Face Star Package License PyPI Download

🌐 Discover MCP Servers

CAMEL MCP Hub is a community-driven directory for discovering MCP (Model Context Protocol) servers.
This platform is built to help developers find and use:

All listed servers are verified and curated to ensure a secure and reliable environment for building agent-based applications.

📦 Contribution Guidelines

To contribute your MCP server to the CAMEL MCP Hub, please follow the guidelines below based on your category:

🐫 CAMEL Tool Providers

Add your server configuration to: /public/servers/camel.json

🛡 ️Official Providers

Add your MCP server configurations to: /public/servers/official.json

📁 Anthropic Servers

Add your Anthropic server configuration to:
/public/servers/anthropic.json

👥 Community Developers

Want to share your own server? Add your configuration to: /public/servers/community.json


🧾 Configuration Schema

Below is a sample server configuration schema:

{
  "name": "Filesystem",
  "key": "filesystem",
  "description": "Read, write, and manipulate local files through a controlled API.",
  "command": "npx",
  "args": [
    "-y",
    "@modelcontextprotocol/server-filesystem",
    "{{dirs@list::directories you about to access. Trailing slash in path required.}}"
  ],
  "homepage": "https://github.com/modelcontextprotocol/servers/tree/HEAD/src/filesystem"
}

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •