caesar for Claude Desktop
com.trycaesar/caesar
Web search and page-reading for AI agents. One-click OAuth connect, or a Caesar API key.
client:Claude Desktop
transport:streamable-http
Install caesar in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"caesar": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.trycaesar.com/mcp?profile=web-search"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs