Share any CAMEL toolkit as an MCP server so external clients and agents can use your tools.
A Toolkit is a bundle of related tools—functions that let agents fetch data, automate, search, or integrate with services.
With one command, you can flip any toolkit into an MCP server.
Now, any MCP-compatible client or agent can call your tools—locally or over the network.
You can turn any CAMEL toolkit into a full-featured MCP server—making its tools instantly available to other AI agents or external apps via the Model Context Protocol.
Why do this?Below is a minimal script to expose ArxivToolkit as an MCP server.
Swap in any other toolkit (e.g., SearchToolkit
, MathToolkit
), they all work the same way!
Once running, your MCP server will:
tools/list
endpoint)This means you can build an LLM workflow where, for example, Claude running in your browser or another service in your company network can call your toolkit directly—without ever importing your Python code.