Normi
Rank #708io.github.NormiHQ/normi
French property market data — 17M+ DVF sales, 22M+ DPE energy ratings, 20M+ building records.
Normi is a Model Context Protocol (MCP) server published by NormiHQ. It ranks #708 of 115,460 servers tracked on MCP Toplist, and its repository has 584 GitHub stars. Normi is listed on Official MCP, with 4 tracked versions. It was first listed on Mar 17, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 114,752 of 115,460 servers on MCP Toplist.
Use Normi
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http normi https://mcp.normi.fr/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add normi -e "NORMI_API_KEY=<your NORMI_API_KEY>" -- npx -y @normi/mcp-dvfReplace each placeholder with your own value before saving.
[mcp_servers.normi]
url = "https://mcp.normi.fr/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.normi]
command = "npx"
args = ["-y", "@normi/mcp-dvf"]
[mcp_servers.normi.env]
NORMI_API_KEY = "<your NORMI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.normi.fr/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"normi": {
"command": "npx",
"args": [
"-y",
"@normi/mcp-dvf"
],
"env": {
"NORMI_API_KEY": "<your NORMI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"normi": {
"url": "https://mcp.normi.fr/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"normi": {
"command": "npx",
"args": [
"-y",
"@normi/mcp-dvf"
],
"env": {
"NORMI_API_KEY": "<your NORMI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"normi": {
"type": "http",
"url": "https://mcp.normi.fr/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"normi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@normi/mcp-dvf"
],
"env": {
"NORMI_API_KEY": "<your NORMI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"normi": {
"serverUrl": "https://mcp.normi.fr/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"normi": {
"command": "npx",
"args": [
"-y",
"@normi/mcp-dvf"
],
"env": {
"NORMI_API_KEY": "<your NORMI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"normi": {
"url": "https://mcp.normi.fr/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"normi": {
"command": "npx",
"args": [
"-y",
"@normi/mcp-dvf"
],
"env": {
"NORMI_API_KEY": "<your NORMI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.NormiHQ%2Fnormi)<a href="https://mcptoplist.com/server/io.github.NormiHQ%2Fnormi"><img src="https://mcptoplist.com/badge/io.github.NormiHQ%2Fnormi.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
NormiHQ
Other servers by NormiHQ
View all NormiHQ servers →Available versions (4)
| Version | Published |
|---|---|
| 0.2.4 | Aug 24, 2026 |
| 0.2.3 | Aug 23, 2026 |
| 0.2.1 | Mar 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Normi?
- Normi is maintained by NormiHQ, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Normi listed on the Official MCP Registry?
- Yes — Normi is listed on the Official MCP Registry.
- How many versions does Normi have?
- MCP Toplist tracks 4 versions of Normi, most recently published on Aug 24, 2026.
- Where can I find the source code for Normi?
- The source code for Normi is hosted at github.com/NormiHQ/Normi.