mcp
Built by Metorial, the integration platform for agentic AI.
mcp
MCP Server for huqsvarna automower.
| Attribute | Details |
|---|---|
| Docker Image | mcp/husqvarna-automower |
| Author | jeanlaurent |
| Repository | https://github.com/jeanlaurent/mcp-husqvarna-automower |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/jeanlaurent/mcp-husqvarna-automower/blob/288d2c3a10e650308ec03863258c3a72ae08578b/Dockerfile |
| Commit | 288d2c3a10e650308ec03863258c3a72ae08578b |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | |
| Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/husqvarna-automower --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| Licence |
| Tools provided by this Server | Short Description |
|---|---|
Husqvarna Automowers Status | Get status of my husqvarna automowers |
Husqvarna Automowers StatusGet status of my husqvarna automowers
{
"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"
}
}
}
}