Turn your CAMEL ChatAgent into an MCP server—let any client (Claude, Cursor, custom apps) connect and use your agent as a universal AI backend.
Publishing your ChatAgent as an MCP server turns your agent into a universal AI backend. Any MCP-compatible client (Claude, Cursor, editors, or your own app) can connect, chat, and run tools through your agent as if it were a native API—no custom integration required.
Scripted Server:
Launch your agent as an MCP server with the ready-made scripts in services/
.
Configure your MCP client (Claude, Cursor, etc.) to connect:
Tip: Just point your MCP client at this config, and it will auto-discover and call your agent!
Turn any ChatAgent
into an MCP server instantly with to_mcp()
:
Supported transports: stdio
, sse
, streamable-http
You can use Claude, Cursor, or any other app to call your custom agent!
Just connect to your CAMEL MCP server
You can expose any number of custom tools, multi-agent workflows, or domain knowledge, right from your own laptop or server!
Want to create your own tools and toolkits?
See Toolkits Reference for everything you can expose to the MCP ecosystem!