Skip to content
Claude Desktop

e-Stat MCP for Claude Desktop

io.github.n-3inc/e-stat

政府統計 (e-Stat) の API を通じて、統計データやメタ情報を取得するためのサービスです。

client:Claude Desktop transport:streamable-http tools:3

Install e-Stat MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "e-stat": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.n-3.ai/mcp?tools=e-stat-get-stats-list,e-stat-get-meta-info,e-stat-get-data-catalog"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

e-Stat MCP in other clients