Open Data DictionaryOpen Data Dictionary

Claude Desktop Setup

Configure Claude Desktop to use the Open Data Dictionary MCP server.

Configure Claude Desktop to use the Open Data Dictionary MCP server.

Prerequisites

Configuration

Edit Claude Desktop Configuration

Open Claude Desktop's configuration file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "open-data-dictionary": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://opendatadictionary.com/api/v1/mcp"],
      "env": {
        "MCP_HEADERS": "{\"Authorization\": \"Bearer YOUR_API_TOKEN\"}"
      }
    }
  }
}

Replace YOUR_API_TOKEN

Replace YOUR_API_TOKEN with the token you generated in your Account Settings.

Restart Claude Desktop

Close and reopen Claude Desktop to load the new configuration. You should see "open-data-dictionary" in the MCP servers list.

On this page