mcp-dyson-appliances
About
MCP server for controlling Dyson air purifiers and fans
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DYSON_EMAIL DYSON_PASSWORD DYSON_COUNTRYClaude Code
claude mcp add --env DYSON_EMAIL= --env DYSON_PASSWORD= --env DYSON_COUNTRY= mcp-dyson-appliances -- npx mcp-dyson-appliances
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-dyson-appliances","command":"npx","args":["mcp-dyson-appliances"],"env":{"DYSON_EMAIL":"","DYSON_PASSWORD":"","DYSON_COUNTRY":""}}'
JSON
{
"mcpServers": {
"mcp-dyson-appliances": {
"command": "npx",
"args": [
"mcp-dyson-appliances"
],
"env": {
"DYSON_EMAIL": "",
"DYSON_PASSWORD": "",
"DYSON_COUNTRY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.