Catalog
io.github.m2ai-mcp-servers/mcp-dyson-appliances
OfficialMCP server for controlling Dyson air purifiers and fans
Controls Dyson air purifiers and fans remotely.
README not available yet.
Install
Configuration
Environment variables
DYSON_EMAILrequiredYour Dyson account email
DYSON_PASSWORDrequiredsecretYour Dyson account password
DYSON_COUNTRYCountry code (US, GB, DE, FR, AU, CN)
claude_desktop_config.json
{
"mcpServers": {
"mcp-dyson-appliances": {
"command": "npx",
"args": [
"-y",
"mcp-dyson-appliances@1.0.0"
],
"env": {
"DYSON_EMAIL": "<YOUR_DYSON_EMAIL>",
"DYSON_PASSWORD": "<YOUR_DYSON_PASSWORD>",
"DYSON_COUNTRY": "<YOUR_DYSON_COUNTRY>"
}
}
}
}