Tempivo MCP for AI agents
Connect Cursor, Claude Desktop, and other MCP clients to Tempivo
Connect AI agents such as Cursor or Claude Desktop to your Tempivo data through the Model Context Protocol (MCP).
Requirements
- An API key (Integrations → API Keys).
- The MCP add-on enabled for your organization.
Set up in an MCP client
Run the server with npx and your API key, for example in the client's MCP configuration:
{
"mcpServers": {
"tempivo": {
"command": "npx",
"args": ["-y", "@tempivo/mcp"],
"env": { "TEMPIVO_API_KEY": "sk_live_..." }
}
}
}The MCP tools are read-only: organization, buildings, assets, observations, alerts, and device configuration profiles. The Integrations page shows the same setup snippet ready to copy.
How is this guide?