買屋快搜
MCP server for searching and querying detailed housing listings in Taiwan, enabling AI to find properties with filters like city, district, room count, price, and age.
README
買屋快搜
房屋物件搜尋 MCP Server — 讓 AI 幫你找房子。
支援 Claude Desktop / Codex CLI,以及所有相容 MCP 的 AI 工具。
一鍵安裝
macOS / Linux:
curl -LsSf https://raw.githubusercontent.com/tonywang0122/house-search-mcp/main/install.sh | bash
Windows (PowerShell):
irm https://raw.githubusercontent.com/tonywang0122/house-search-mcp/main/install.ps1 | iex
如果遇到 ExecutionPolicy 錯誤:
# 方法 A:只對這次生效(推薦) powershell -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/tonywang0122/house-search-mcp/main/install.ps1 | iex" # 方法 B:永久放行(需管理員權限) Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned # 然後重跑安裝指令
安裝腳本自動偵測並設定:
- Claude Desktop(macOS / Windows 一般版 / Store 版)
- Codex CLI(macOS / Windows 一般版 / Store 版)
安裝完成後,重啟應用即可使用。
升級
開啟終端機(macOS: Terminal / Windows: PowerShell),貼上:
uv cache clean house-search-mcp
然後重啟 Claude Desktop / Codex CLI,會自動下載最新版。
功能
- house_search — 搜尋物件列表(城市、行政區、房數、價格、坪數、屋齡等篩選)
- house_get_detail — 查詢單一物件完整明細(座向、建築結構、生活圈步行距離、管理費等)
使用方式
在 AI 對話中直接說:
- 「幫我找板橋三房 預算一千八」
- 「台中西屯有什麼降價的三房大樓嗎」
- 「查一下這間物件的明細:1083GN」
手動安裝
如果一鍵安裝失敗,可以手動設定:
-
安裝 uv
-
Claude Desktop — 編輯設定檔:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json(Store 版路徑不同,安裝腳本會自動偵測)
{ "mcpServers": { "買屋快搜": { "command": "uvx", "args": ["house-search-mcp"] } } } - macOS:
-
Codex CLI — 執行指令:
codex mcp add house-search -- uvx house-search-mcp -
重啟應用
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.