# un-datacommons-mcp [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/therealtimex/un-datacommons-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/un-datacommons-mcp

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

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "un-datacommons-mcp": {
    "command": "npx",
    "args": ["-y","un-datacommons-mcp"]
  }
}
```

## Documentation & README

# Data Commons Agent Toolkit

This repo contains MCP tools and sample agents for fetching public information from [Data Commons](https://datacommons.org/).

## Docs

* [Quickstart with Gemini CLI](https://github.com/therealtimex/un-datacommons-mcp/blob/HEAD/docs/quickstart.md)
* [User guide](https://github.com/therealtimex/un-datacommons-mcp/blob/HEAD/docs/user_guide.md)

## MCP Server

* [Data Commons MCP Server package](https://github.com/therealtimex/un-datacommons-mcp/blob/HEAD/packages/datacommons-mcp/)
* PyPI: [datacommons-mcp](https://pypi.org/project/datacommons-mcp)

### Sample agents

* [Data Commons sample agents](https://github.com/therealtimex/un-datacommons-mcp/blob/HEAD/packages/datacommons-mcp/examples/sample_agents)


