4,500+ servers built on MCP Fusion
Vinkius
Home Assistant logo
Vinkius
Mastra AI logo

How to Use the Home Assistant MCP in Mastra AI

Build resilient multi-step home automation workflows using Mastra AI and this MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Home Assistant MCP on Cursor AI Code Editor MCP Client Home Assistant MCP on Claude Desktop App MCP Integration Home Assistant MCP on OpenAI Agents SDK MCP Compatible Home Assistant MCP on Visual Studio Code MCP Extension Client Home Assistant MCP on GitHub Copilot AI Agent MCP Integration Home Assistant MCP on Google Gemini AI MCP Integration Home Assistant MCP on Lovable AI Development MCP Client Home Assistant MCP on Mistral AI Agents MCP Compatible Home Assistant MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Mastra AI

Connect Home Assistant MCP to Mastra AI

Create your Vinkius account to connect Home Assistant to Mastra AI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Resilient automation workflows with Mastra AI

This MCP Server provides `call_ha_service` to execute physical device changes within your automated Mastra workflows. If a service call fails because a device is temporarily offline, Mastra's built-in engine retries the action with exponential backoff. You define conditional branching based on the live data returned by `get_entity_state`.

Historical analysis and trend tracking

The `get_entity_history` tool pulls past state transitions for any device in your Home Assistant setup. Your Mastra agents use this raw data to spot patterns, like temperature spikes or unusual motion events, over specific time frames. Reading these trends allows the agent to adjust climate schedules or flag potential device failures.

Calendar-driven task execution

The `get_calendar_events` tool retrieves scheduled entries from your configured smart home calendars. Mastra agents use these events to queue up physical actions, like pre-heating the living room before you get home. Coordination of these tasks happens automatically without human intervention.

Setup guide

Set up Home Assistant MCP in Mastra AI

Prerequisites

  • Node.js 18+ and a TypeScript project
  • @mastra/mcp + @mastra/core packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install @mastra/mcp @mastra/core plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Configure the MCPClient

    Create an MCPClient with your Vinkius endpoint as a URL object. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and inject tools

    Call mcpClient.listTools() and spread the result into your agent's tools object. All Home Assistant tools become native Mastra tools.

  4. 4

    Run with any model

    Swap openai("gpt-4o") for any AI SDK-compatible provider. Call agent.generate() and the agent routes tool calls through MCP automatically.

agent.ts
import { MCPClient } from "@mastra/mcp";
import { Agent } from "@mastra/core/agent";
import { openai } from "@ai-sdk/openai";

const mcpClient = new MCPClient({
  id: "home-assistant-mcp-client",
  servers: {
    "home-assistant-mcp": {
      url: new URL(
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
      ),
    },
  },
});

const agent = new Agent({
  name: "Home Assistant Agent",
  model: openai("gpt-4o"),
  instructions: "You have access to Home Assistant tools.",
  tools: {
    ...(await mcpClient.listTools()),
  },
});

const result = await agent.generate(
  "List recent Home Assistant transactions"
);
console.log(result.text);

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Home Assistant. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Home Assistant MCP in Mastra AI

Yes, you configure Mastra to require approval before executing critical tools like `call_ha_service` for locks or garage doors. The workflow pauses and waits for your confirmation before sending the command.
Instantiate the client with your MCP endpoint and spread the output of `listTools()` into your agent's tools array. This registers all 15 device-control capabilities in one go.
Yes. The agent uses `fire_ha_event` to send custom payloads that match your existing automations. This lets you bridge complex agent workflows with your local system triggers.
The workflow runs `get_api_status` as a preliminary check before running any automation steps. If the test fails, the agent pauses the run and alerts your system administrator.
Your local configuration details and entity names are never cached on external servers. This MCP Server processes all requests inside an ephemeral, zero-trust V8 sandbox, ensuring your private credentials never leak.

Start using the Home Assistant MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 15 tools

We've already built the connector for Home Assistant. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 15 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.