Loading MCP server directory, please wait...
Vacation rental booking infrastructure for independent hosts. 0% commission. MCP + Stripe ACP.
npx @getmcp/cli add com.hemmabo/hemmabo-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
SUPABASE_URLSupabase project URL — find in Supabase Dashboard → Settings → API
SUPABASE_SERVICE_ROLE_KEYSupabase service role key — find in Supabase Dashboard → Settings → API
SUPABASE_ANON_KEYSupabase anon/public key — find in Supabase Dashboard → Settings → API
STRIPE_SECRET_KEYStripe secret key for payment processing — find in Stripe Dashboard → Developers → API keys
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.hemmabo/hemmabo-mcp-server": {
"command": "npx",
"args": [
"-y",
"hemmabo-mcp-server"
],
"env": {
"SUPABASE_URL": "",
"SUPABASE_SERVICE_ROLE_KEY": "",
"SUPABASE_ANON_KEY": "",
"STRIPE_SECRET_KEY": ""
}
}
}
}