PluginBench
MCP Server

Italy OpenData MCP Server

io.github.stucchi/italy-opendata

What is the Italy OpenData MCP server?

Italian open data: municipalities, provinces, regions, postal codes, coordinates.

How to install Italy OpenData

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "italy-opendata": {
      "command": "uvx",
      "args": [
        "italy-opendata-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "italy-opendata": {
      "command": "uvx",
      "args": [
        "italy-opendata-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "italy-opendata": {
      "command": "uvx",
      "args": [
        "italy-opendata-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "italy-opendata": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "italy-opendata-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add italy-opendata -- uvx italy-opendata-mcp

Related MCP servers

Database MCP server for MySQL, PostgreSQL, MongoDB, and SQLite with SSH tunneling support.

View repository →

Check domain availability across 500+ TLDs. Single and bulk checks with UI.

View repository →

Manage GA4 properties, data streams, conversions, and run reports via Admin & Data APIs.

View repository →

Browse, search, and discover MCP servers from your AI assistant

View repository →

MCP server for Nexi XPay Back Office APIs: orders, transactions, warnings.

View repository →

MCP server for the Telnyx API — billing, phone numbers, and messaging

View repository →