Skip to content
Cline

un datacommons mcp for Cline

io.github.therealtimex/un-datacommons-mcp

MCP server to query Data Commons indicators and observations (base or custom).

client:Cline transport:stdio runtime:pypi

Install un datacommons mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "un-datacommons-mcp": {
      "command": "uvx",
      "args": [
        "un-datacommons-mcp"
      ],
      "env": {
        "DC_API_KEY": "<DC_API_KEY>",
        "DC_TYPE": "<DC_TYPE>",
        "CUSTOM_DC_URL": "<CUSTOM_DC_URL>",
        "DC_ROOT_TOPIC_DCIDS": "<DC_ROOT_TOPIC_DCIDS>",
        "DC_SEARCH_SCOPE": "<DC_SEARCH_SCOPE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

un datacommons mcp in other clients