Odel
hemnet mcp

hemnet mcp

Local
@chrischall1TypeScriptMITUpdated 2 days ago

Hemnet.se real estate for Claude: search, sold prices, listings & market stats

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhemnet-mcpv0.6.0

Run

npx -y hemnet-mcp

MCP client config

{
  "mcpServers": {
    "hemnet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hemnet-mcp"
      ]
    }
  }
}