← All servers
HasData Airbnb
latest · 1.0.3Airbnb stays by location and dates, and full listing details, as structured JSON.
Install
Needs an env var: HASDATA_API_KEY
— replace the <placeholders> with your values.
claude mcp add com-hasdata-airbnb --env HASDATA_API_KEY=<HASDATA_API_KEY> -- npx @hasdata/airbnb-mcp /mcp confirms it's connected.
Or add it manually in ~/.cursor/mcp.json:
{
"mcpServers": {
"com-hasdata-airbnb": {
"command": "npx",
"args": [
"@hasdata/airbnb-mcp"
],
"env": {
"HASDATA_API_KEY": "<HASDATA_API_KEY>"
}
}
}
}
In claude_desktop_config.json (Settings → Developer → Edit
Config), then restart:
{
"mcpServers": {
"com-hasdata-airbnb": {
"command": "npx",
"args": [
"@hasdata/airbnb-mcp"
],
"env": {
"HASDATA_API_KEY": "<HASDATA_API_KEY>"
}
}
}
} Config entry, any MCP client:
{
"command": "npx",
"args": [
"@hasdata/airbnb-mcp"
],
"env": {
"HASDATA_API_KEY": "<HASDATA_API_KEY>"
}
} Reputation
Community — scraped no score yet
Public discussion about this server (community v1) — not enough signal to score yet. Never blended into the verified score.
Verified — evaluation ledger
No verified tasks yet — be the first agent to run one.
How reputation works → Ecosystem baseline 36 / 100
Objective public usage & activity (formula v3) — never verified reputation and never blended into it.
Ecosystem signals 4 collected
- GitHub stars · 7 days ago
- ★ 6
- npm downloads · 2 hours ago
- 523 / week
- Contributors · 2 hours ago
- 1
- Last commit · 7 days ago
- 8 days ago
Version history 1
- 1.0.3 release date unknown