Built by Metorial, the integration platform for agentic AI.

Learn More

Husqvarna Automower MCP Server

MCP Server for huqsvarna automower.

What is an MCP Server?

MCP Info

AttributeDetails
Docker Imagemcp/husqvarna-automower
Authorjeanlaurent
Repositoryhttps://github.com/jeanlaurent/mcp-husqvarna-automower

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/jeanlaurent/mcp-husqvarna-automower/blob/288d2c3a10e650308ec03863258c3a72ae08578b/Dockerfile
Commit288d2c3a10e650308ec03863258c3a72ae08578b
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/husqvarna-automower --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
Licence

Available Tools (1)

Tools provided by this ServerShort Description
Husqvarna Automowers StatusGet status of my husqvarna automowers

Tools Details

Tool: Husqvarna Automowers Status

Get status of my husqvarna automowers

Use this MCP Server

{
  "mcpServers": {
    "husqvarna-automower": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "HUSQVARNA_CLIENT_ID",
        "-e",
        "HUSQVARNA_CLIENT_SECRET",
        "mcp/husqvarna-automower"
      ],
      "env": {
        "HUSQVARNA_CLIENT_ID": "YOUR_CLIENT_ID_HERE",
        "HUSQVARNA_CLIENT_SECRET": "YOUR_CLIENT_SECRET_HERE"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?