Agent.ai provides an MCP server that is available for use.
A guide to integrating MCP-based tools with Claude and other AI assistants
claude_desktop_config.json
file.
YOUR_API_TOKEN_HERE
with your actual API token from the agent.ai integrations page.
Benefits of HTTP over SSE:
- Simple URL-based configuration
- Automatic tool discovery
- Works with all modern MCP clients
- No additional environment variables needed
YOUR_API_TOKEN_HERE
with your actual API token.
Note: You can also set up multiple MCP servers, including the local filesystem server:
npm install -g npx
if missing)https://mcp.agent.ai/YOUR_API_TOKEN_HERE/sse
initialize
method and list available toolsNote: The agent.ai MCP server supports multiple protocol versions (2024-11-05, 2025-03-26) for compatibility with different MCP clients. The server will automatically negotiate the appropriate version during initialization.This is a great way to verify your MCP server is working correctly before configuring it in Claude Desktop or other MCP clients. For additional help or to report issues, please contact our support team.