Apartment Sheets MCP
Apartment Sheets MCP (AS-MCP)
Claude(またはその他のプラットフォーム)がアパートの物件情報を共有Googleスプレッドシートに保存・管理できるようにする、軽量なModel Context Protocol (MCP) サーバーです。
背景
このプロジェクトは、ここNYCでの慌ただしいアパート探しから着想を得ました。
なぜGoogleスプレッドシートなのか?
Googleは寛大なAPIサービスを提供しているため
ルームメイトやパートナーとアパート探しを共有するのに、これほど簡単な媒体はないため
Related MCP server: google-sheets-mcp
注意事項
これはMCPであるため、Webスクレイピングや物件情報の更新などは、お好みのAIプラットフォームを利用してください。このMCPは、お使いのAIツールが対象のスプレッドシートに接続できるようにする機能のみを提供します。
利用可能なツール
save_listing: 新しい物件情報をシートに追加しますget_listing: すべての物件情報を取得します(オプションで近隣地域や現在のステータスによるフィルタリングが可能)update_listing: 既存の物件情報の任意のフィールドを更新しますdelete_listing: シートから物件情報を削除します
セットアップ
*まずはこのリポジトリをクローンしてください!
1. Google Cloudの認証情報
Google Cloud Consoleでサービスアカウントを作成します
Google Sheets APIとGoogle Drive APIを有効にします
認証情報のJSONをダウンロードし、
credentials.jsonとして保存します(プロジェクトのルートに配置してください)Googleスプレッドシートを、サービスアカウントのメールアドレスに対して編集者として共有します
2. 依存関係のインストール
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt3. Claude Desktopの設定
~/Library/Application Support/Claude/claude_desktop_config.json に以下を追加します:
{
"mcpServers": {
"nyc-apartment-tracker": {
"command": "/path/to/venv/bin/python",
"args": ["/path/to/server.py"],
"cwd": "/path/to/nyc-apartment-mcp"
}
}
}環境変数
変数 | デフォルト | 説明 |
|
| Googleスプレッドシートの名前 |
セキュリティに関する注意
gitにプッシュする予定がある場合は、credentials.jsonを絶対にコミットしないように注意してください!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server built with Smithery that provides a foundation for real estate data harvesting capabilities. Currently includes example functionality for testing and development purposes.2
- AlicenseNot gradedqualityAmaintenanceMCP server for Google Sheets - read, write, and query spreadsheet data.2502MIT
- AlicenseNot gradedqualityDmaintenanceA minimal MCP server for creating and updating Google Docs from markdown.7MIT
- AlicenseBqualityCmaintenanceA local MCP server for creating, reading, and updating Google Sheets.7250MIT
Related MCP Connectors
A basic MCP server to operate on the Postman API.
MCP server for URL shortening and management
MCP server for Google search results via SERP API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/banstack/apartments-sheet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server