MCP Directory
Back

datagouv-mcp

by datagouv · Python · ★ 1,548

Official data.gouv.fr Model Context Protocol (MCP) server that allows AI chatbots to search, explore, and analyze datasets from the French national Open Data platform, directly through conversation.

#mcp#mcp-server#open-data#opendata

Install

pip install git+https://github.com/datagouv/datagouv-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "datagouv-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/datagouv/datagouv-mcp.git"
      ]
    }
  }
}

From the README

> [!TIP] > Got feedback? [Tell us about it here](https://tally.so/r/KYMboX) [](https://circleci.com/gh/datagouv/datagouv-mcp) [](https://opensource.org/licenses/MIT) Model Context Protocol (MCP) server that allows AI chatbots (Claude, ChatGPT, Gemini, etc.) to search, explore, and analyze datasets from [data.gouv.fr](https://www.data.gouv.fr), the French national Open Data platform, directly through conversation. Instead of manually browsing the website, you can simply ask questions like "Quels jeux de données sont disponibles sur les prix de l'immobilier ?" or "Montre-moi les dernières don…
Read full README on GitHub →

Related search servers