ADELLORTO / normattiva-mcp
remote · model context protocol · v0.1.4

Italian law,
served to your agents.

A Model Context Protocol server for Normattiva, the official Italian legislation portal run by IPZS. Connect any MCP-compatible client and read consolidated act text with stable URN citations. Free, no signup, no auth.

.mcp.json
{
  "mcpServers": {
    "normattiva": {
      "url": "https://normattiva-mcp.adellorto.com/api/mcp"
    }
  }
}
Streamable HTTP · MCP 2025-06-18 · no auth
Quickstart
Claude Desktop, Claude Code and Cursor all speak MCP. Pick the one you use.
1
Claude Desktop · Open Settings → Connectors and choose Add custom connector. Paste the endpoint URL and confirm. Remote connectors require a Pro, Max, Team or Enterprise plan.
UI install
2
Claude Code · Add to .mcp.json at the project root (or ~/.claude.json for a global server):
{
  "mcpServers": {
    "normattiva": {
      "url": "https://normattiva-mcp.adellorto.com/api/mcp"
    }
  }
}
3
Cursor · Same JSON, in .cursor/mcp.json:
{
  "mcpServers": {
    "normattiva": {
      "url": "https://normattiva-mcp.adellorto.com/api/mcp"
    }
  }
}