Skip to content
VS Code

hemnet mcp for VS Code

io.github.chrischall/hemnet-mcp

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

client:VS Code transport:stdio runtime:npm

Install hemnet mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "hemnet-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hemnet-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

hemnet mcp in other clients