Margin engine for short-term rentals — net per available night, after turnover costs. MCP server for Claude.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"night-margin-mcp": {
"command": "npx",
"args": [
"-y",
"mikki321/night-margin-mcp"
]
}
}
}
Run in terminal:
claude mcp add night-margin-mcp npx -y mikki321/night-margin-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"night-margin-mcp": {
"command": "npx",
"args": [
"-y",
"mikki321/night-margin-mcp"
]
}
}
}