Skip to content
Dashboard

Installation

  • macOS or Linux machine
  • Claude Desktop client installed on your machine
  • Your Blotout Cloud environment must be onboarded

Add the following to your claude_desktop_config.json:

macOS path: ~/Library/Application Support/Claude/claude_desktop_config.json

{
"mcpServers": {
"blotout-athena-api-mcp-service-remote-mcp": {
"command": "npx",
"args": ["mcp-remote", "https://<host-name>/stream"],
"name": "blotout-athena-api-mcp-service-remote-mcp"
}
}
}

Replace <host-name> with your Blotout Cloud MCP server hostname.

After making configuration changes:

  1. Quit Claude Desktop completely
  2. Restart it:
    Terminal window
    open -a "Claude"

Open Claude Desktop and navigate to Settings → Developer to verify the MCP server is configured.

Before configuration — the Developer settings will show “No servers added”:

Claude Desktop Developer settings before configuration showing no servers

After configuration — the server should appear with a “running” status:

Claude Desktop Developer settings after configuration showing MCP server running

In the Claude Desktop chat interface, click the settings icon next to the message input and toggle on the blotout-athena-api-mcp-ser... connector:

Claude Desktop chat showing MCP server connector enabled

You can now start querying your data lake using natural language prompts. Before your first query, complete the Login steps to authenticate with Blotout Cloud.

If there are errors, check the logs at:

~/Library/Logs/Claude/blotout-athena-api-mcp-service.log