io.github.mattlong-plux/hostaway MCP Server
io.github.mattlong-plux/hostaway
What is the io.github.mattlong-plux/hostaway MCP server?
Hostaway PMS: reservations, listings, calendars, financials, and guest messaging.
How to install io.github.mattlong-plux/hostaway
Copy-paste configuration for popular MCP clients.
HOSTAWAY_ACCOUNT_IDrequiredYour Hostaway account ID (integer)
HOSTAWAY_CLIENT_SECRETrequiredsecretYour Hostaway API client secret
HOSTAWAY_READ_ONLYSet to 'true' to disable all write/mutation tools
HOSTAWAY_CACHE_TTLToken cache TTL in seconds when API doesn't provide expires_in (default: 240)
{
"mcpServers": {
"hostaway": {
"command": "npx",
"args": [
"-y",
"@matt-long-plux/hostaway-mcp"
],
"env": {
"HOSTAWAY_ACCOUNT_ID": "<YOUR_HOSTAWAY_ACCOUNT_ID>",
"HOSTAWAY_CLIENT_SECRET": "<YOUR_HOSTAWAY_CLIENT_SECRET>",
"HOSTAWAY_READ_ONLY": "<YOUR_HOSTAWAY_READ_ONLY>",
"HOSTAWAY_CACHE_TTL": "<YOUR_HOSTAWAY_CACHE_TTL>"
}
}
}
}{
"mcpServers": {
"hostaway": {
"command": "npx",
"args": [
"-y",
"@matt-long-plux/hostaway-mcp"
],
"env": {
"HOSTAWAY_ACCOUNT_ID": "<YOUR_HOSTAWAY_ACCOUNT_ID>",
"HOSTAWAY_CLIENT_SECRET": "<YOUR_HOSTAWAY_CLIENT_SECRET>",
"HOSTAWAY_READ_ONLY": "<YOUR_HOSTAWAY_READ_ONLY>",
"HOSTAWAY_CACHE_TTL": "<YOUR_HOSTAWAY_CACHE_TTL>"
}
}
}
}{
"mcpServers": {
"hostaway": {
"command": "npx",
"args": [
"-y",
"@matt-long-plux/hostaway-mcp"
],
"env": {
"HOSTAWAY_ACCOUNT_ID": "<YOUR_HOSTAWAY_ACCOUNT_ID>",
"HOSTAWAY_CLIENT_SECRET": "<YOUR_HOSTAWAY_CLIENT_SECRET>",
"HOSTAWAY_READ_ONLY": "<YOUR_HOSTAWAY_READ_ONLY>",
"HOSTAWAY_CACHE_TTL": "<YOUR_HOSTAWAY_CACHE_TTL>"
}
}
}
}{
"servers": {
"hostaway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@matt-long-plux/hostaway-mcp"
],
"env": {
"HOSTAWAY_ACCOUNT_ID": "<YOUR_HOSTAWAY_ACCOUNT_ID>",
"HOSTAWAY_CLIENT_SECRET": "<YOUR_HOSTAWAY_CLIENT_SECRET>",
"HOSTAWAY_READ_ONLY": "<YOUR_HOSTAWAY_READ_ONLY>",
"HOSTAWAY_CACHE_TTL": "<YOUR_HOSTAWAY_CACHE_TTL>"
}
}
}
}claude mcp add hostaway --env HOSTAWAY_ACCOUNT_ID=<YOUR_HOSTAWAY_ACCOUNT_ID> --env HOSTAWAY_CLIENT_SECRET=<YOUR_HOSTAWAY_CLIENT_SECRET> --env HOSTAWAY_READ_ONLY=<YOUR_HOSTAWAY_READ_ONLY> --env HOSTAWAY_CACHE_TTL=<YOUR_HOSTAWAY_CACHE_TTL> -- npx -y @matt-long-plux/hostaway-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.