# 安装 Real Estate Mcp

- 类型: MCP 工具
- 说明: 连接房地产数据与流程，让 AI 协助查询房源、分析市场并自动化相关任务
- 仓库: https://github.com/varvararatta/botfactory-mcp
- ⚠ 安全: 该 MCP 工具材料非常有限，但已知其为官方 Registry 上架、开源且近期有更新，整体未见明确高风险红旗。需要注意的是它会执行本地代码并连接声明的远程端点，功能边界与数据处理细节因缺少 README 而不够透明。

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "Real Estate Mcp" MCP 服务：
执行：claude mcp add --transport http io-github-varvararatta-real-estate-mcp https://real_estate_mcp.mcpize.run/mcp
```

### Codex
```
请帮我安装 askskill 上的 "Real Estate Mcp" MCP 服务：
在 ~/.codex/config.toml 中添加：
[mcp_servers.io-github-varvararatta-real-estate-mcp]
url = "https://real_estate_mcp.mcpize.run/mcp"
然后重启 Codex 生效
```

### Cursor
```
请帮我安装 askskill 上的 "Real Estate Mcp" MCP 服务：
在 .cursor/mcp.json 的 "mcpServers" 中添加：
"io-github-varvararatta-real-estate-mcp": { "url": "https://real_estate_mcp.mcpize.run/mcp" }
然后在 Cursor 设置 > MCP 中启用
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
claude mcp add --transport http io-github-varvararatta-real-estate-mcp https://real_estate_mcp.mcpize.run/mcp
```

### Codex
```bash
codex mcp add io-github-varvararatta-real-estate-mcp --url https://real_estate_mcp.mcpize.run/mcp
```
配置文件 ~/.codex/config.toml：
```toml
[mcp_servers.io-github-varvararatta-real-estate-mcp]
url = "https://real_estate_mcp.mcpize.run/mcp"
```

### Cursor
配置文件 .cursor/mcp.json：
```json
{
  "mcpServers": {
    "io-github-varvararatta-real-estate-mcp": {
      "url": "https://real_estate_mcp.mcpize.run/mcp"
    }
  }
}
```
一键安装：cursor://anysphere.cursor-deeplink/mcp/install?name=io-github-varvararatta-real-estate-mcp&config=eyJ1cmwiOiJodHRwczovL3JlYWxfZXN0YXRlX21jcC5tY3BpemUucnVuL21jcCJ9
