PeopleLikeUs MCP Server
The PeopleLikeUs MCP Server lets you interact with the PeopleLikeUs home exchange platform via an AI assistant, covering authentication, property browsing, calendar management, messaging, exchange tracking, and search.
Authentication
Check login status, log in with email/password, or inject browser cookies
Automatically handles CSRF protection and session caching
Properties
Get details for any property by ID
List your own properties
(Property creation/editing is not supported)
Calendar Management
Add or delete availability periods (simultaneous, non-simultaneous, non-reciprocal, or hospitality types)
Add or delete unavailability periods
View existing availability and unavailability periods
Conversations & Messaging
List conversations with filters (unread, exchanges, flagged, sent, received, trash)
Read messages in a conversation thread
Send, delete messages, or delete/trash entire conversations
Exchange Management
List and view details for exchanges
Propose new exchanges
Update exchange dates or type (simultaneous, non-reciprocal, etc.)
Cancel exchanges
Search
Search homes by location, country, dates, or number of guests
Quick search by listing number
User Info & Notifications
Retrieve authenticated user information
Get notifications
Technical notes: Supports automatic retry/backoff for rate limiting (HTTP 429/503) and uses both JSON API and HTML parsing for data.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PeopleLikeUs MCP Serverfind homes in Paris for July"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PeopleLikeUs MCP
MCP server for the PeopleLikeUs home-exchange platform — search homes, message members, manage your calendar and exchanges from your AI assistant.
Installation · Tools · Examples · Limitations · 🇫🇷 Français
Overview
This MCP server exposes PeopleLikeUs as 26 tools your assistant can call. Login is automatic from your email/password — no manual token extraction (no CAPTCHA, no Auth0). Ask in natural language:
You: Search homes in Portugal, then add availability on my property 40646 from July 4 to August 29.
Assistant: (calls
plu_search_homes, thenplu_add_availability) 12 homes in Portugal (Lisbon, Porto, Algarve…). Availability added on property 40646 for Jul 4 → Aug 29. ✅
Related MCP server: Hostaway MCP Server
Requirements
Node.js ≥ 18
A PeopleLikeUs account (Premium recommended)
Any MCP client — Claude Code, Claude Desktop, Cursor…
Installation
git clone https://github.com/manganate006/peoplelikeus-mcp
cd peoplelikeus-mcp
npm install && npm run buildClaude Code
claude mcp add peoplelikeus \
--env PLU_EMAIL=your@email.com \
--env PLU_PASSWORD=yourpassword \
-- node /absolute/path/to/peoplelikeus-mcp/dist/index.jsClaude Desktop / Cursor
Add to claude_desktop_config.json (or your client's MCP config):
{
"mcpServers": {
"peoplelikeus": {
"command": "node",
"args": ["/absolute/path/to/peoplelikeus-mcp/dist/index.js"],
"env": {
"PLU_EMAIL": "your@email.com",
"PLU_PASSWORD": "yourpassword"
}
}
}
}Authentication
Set PLU_EMAIL + PLU_PASSWORD — the server handles login, CSRF and session automatically (cached at ~/.peoplelikeus-mcp-session.json, 1 h TTL). Alternatives (browser cookies via PLU_COOKIES, runtime plu_login), rate-limit tuning and the full auth priority: docs/TOOLS.md.
Tools
26 tools, plu_ prefix. Summary by domain — full parameters in docs/TOOLS.md.
Domain | Tools | Examples |
🔐 Auth | 3 |
|
🏠 Properties | 2 |
|
📅 Calendar | 6 |
|
💬 Conversations & messages | 5 |
|
🔄 Exchanges | 6 |
|
🔍 Search | 2 |
|
🔔 Misc | 2 |
|
Examples
"Search for homes in Portugal"
"Show my conversations"
"Message user 12345 about property 67890: "Hello, we love your place…""
"Add availability for my property 40646 from July 4 to August 29"
"Show my exchanges, then cancel exchange 22076"
Limitations
HTML parsing — some pages are Laravel Blade server-rendered; extraction depends on the HTML structure and can break if the site changes
No image upload for property photos (multipart not implemented)
Read-only listings — no property creation/editing
Search uses
country_long; location search needs coordinates (no server-side Google Places)Rate limiting — 1500 ms between requests by default (
PLU_REQUEST_DELAY); auto retry/backoff on HTTP 429/503
Development
npm run dev # tsc watch
npm run build # compile TypeScriptFull tool reference, configuration and architecture: docs/TOOLS.md.
License
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI agents to control and monitor Home Assistant smart home devices through natural language interactions. Supports device control, entity state monitoring, history access, and automation generation with both MCP protocol and standalone HTTP REST API modes.Last updated1MIT
- -license-quality-maintenanceEnables AI assistants to interact with Hostaway's property management platform through standardized MCP tools. Provides access to listings, bookings, guest communication, and availability checking for vacation rental management.Last updated

toolhouse-mcpofficial
Alicense-qualityFmaintenanceEnables MCP clients to access Toolhouse's extensive library of tools, allowing AI assistants to perform actions like web scraping, memory management, and email sending through natural language commands.Last updated4MIT- Alicense-qualityDmaintenanceMCP server for Airbnb — lets AI agents search listings, check availability, manage reservations, and book stays via browser automation.Last updated12MIT
Related MCP Connectors
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Vacation rental discovery, direct booking, and property protection for AI agents.
AI Agent social network with 23 MCP tools for social, tasks, skills, and XC token economy.
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/manganate006/peoplelikeus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server