Open Data DictionaryOpen Data Dictionary

Cursor IDE Setup

Configure Cursor IDE to use the Open Data Dictionary MCP server for data terminology lookups while coding.

Configure Cursor IDE to use the Open Data Dictionary MCP server for data terminology lookups while coding.

Prerequisites

Configuration

Open Cursor Settings

Go to Settings > MCP (or press Cmd/Ctrl + , and search for "MCP").

Add MCP Server Configuration

Cursor supports Streamable HTTP natively — no npx command needed.

MCP Configuration
{
  "mcpServers": {
    "open-data-dictionary": {
      "url": "https://opendatadictionary.com/api/v1/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 Cursor

Restart Cursor IDE to apply the changes. The Open Data Dictionary tools will now be available to the AI assistant.

On this page