butlrtechnologies/butlr-mcp
The official butlr-mcp
Platform-specific configuration:
{
"mcpServers": {
"butlr-mcp": {
"command": "npx",
"args": [
"-y",
"butlr-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/@butlr/butlr-mcp-server) [](https://opensource.org/licenses/MIT) [](https://nodejs.org/)
A Model Context Protocol (MCP) server that connects AI assistants to Butlr's occupancy sensing platform. Query real-time space utilization, search facility assets, and analyze occupancy patterns through natural language.
<details open> <summary><strong>Claude Desktop</strong></summary>
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"butlr": {
"command": "npx",
"args": ["-y", "@butlr/butlr-mcp-server@latest"],
"env": {
"BUTLR_CLIENT_ID": "your_client_id",
"BUTLR_CLIENT_SECRET": "your_client_secret"
}
}
}
}Loading reviews...