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.
To contribute your MCP server to the CAMEL MCP Hub, please follow the guidelines below based on your category:
Add your server configuration to:
/public/servers/camel.json
Add your MCP server configurations to:
/public/servers/official.json
Add your Anthropic server configuration to:
/public/servers/anthropic.json
Want to share your own server? Add your configuration to:
/public/servers/community.json
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"
}