freebase.cloud for Claude Desktop
cloud.freebase/freebase
Free cloud databases over MCP: query, store, list and annotate across 15 engines.
client:Claude Desktop
transport:streamable-http
Install freebase.cloud in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"freebase": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://freebase.cloud/api/mcp/{token}"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs