MCP Directory
Back

datagouv-mcp

by datagouv · Python · ★ 1,414

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers