Skip to content
Cursor

un sdg mcp for Cursor

io.github.mrfentmen/un-sdg-mcp

UN Sustainable Development Goal indicators. No key required.

client:Cursor transport:stdio runtime:npm

Install un sdg mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "un-sdg-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "un-sdg-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

un sdg mcp in other clients