
World Population Insights
Supports UIby venkatkonjeti
Interactive world population visualizer with hierarchical drill-down charts.
What it does
Renders an interactive dashboard for exploring global population trends. It allows users to navigate from a global view down to specific regions, countries, and state/province levels using a drill-down interface.
Key features
- Hierarchical drill-down: Seamlessly move from World → Region → Country → State.
- Dynamic Visualizations: Adaptive pie and bar charts based on dataset size using Recharts.
- Live Data Integration: Fetches current figures from the World Bank API.
- Context Sharing: 'Send to Chat' feature to share the current visual hierarchy back to the AI conversation.
Installation
- Claude Desktop: Add to
claude_desktop_config.json:
{
"mcpServers": {
"world-population-insights": {
"command": "node",
"args": ["/absolute/path/to/world-population-mcp-app/dist/index.js", "--stdio"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 4/27/2026
- stars






