PluginBench
MCP Server

io.github.m2ai-mcp-servers/mcp-dyson-appliances MCP Server

io.github.m2ai-mcp-servers/mcp-dyson-appliances

What is the io.github.m2ai-mcp-servers/mcp-dyson-appliances MCP server?

MCP server for controlling Dyson air purifiers and fans

How to install io.github.m2ai-mcp-servers/mcp-dyson-appliances

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DYSON_EMAIL
    required

    Your Dyson account email

  • DYSON_PASSWORD
    required
    secret

    Your Dyson account password

  • DYSON_COUNTRY

    Country code (US, GB, DE, FR, AU, CN)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-dyson-appliances": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-dyson-appliances"
      ],
      "env": {
        "DYSON_EMAIL": "<YOUR_DYSON_EMAIL>",
        "DYSON_PASSWORD": "<YOUR_DYSON_PASSWORD>",
        "DYSON_COUNTRY": "<YOUR_DYSON_COUNTRY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-dyson-appliances": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-dyson-appliances"
      ],
      "env": {
        "DYSON_EMAIL": "<YOUR_DYSON_EMAIL>",
        "DYSON_PASSWORD": "<YOUR_DYSON_PASSWORD>",
        "DYSON_COUNTRY": "<YOUR_DYSON_COUNTRY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-dyson-appliances": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-dyson-appliances"
      ],
      "env": {
        "DYSON_EMAIL": "<YOUR_DYSON_EMAIL>",
        "DYSON_PASSWORD": "<YOUR_DYSON_PASSWORD>",
        "DYSON_COUNTRY": "<YOUR_DYSON_COUNTRY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-dyson-appliances": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-dyson-appliances"
      ],
      "env": {
        "DYSON_EMAIL": "<YOUR_DYSON_EMAIL>",
        "DYSON_PASSWORD": "<YOUR_DYSON_PASSWORD>",
        "DYSON_COUNTRY": "<YOUR_DYSON_COUNTRY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-dyson-appliances --env DYSON_EMAIL=<YOUR_DYSON_EMAIL> --env DYSON_PASSWORD=<YOUR_DYSON_PASSWORD> --env DYSON_COUNTRY=<YOUR_DYSON_COUNTRY> -- npx -y mcp-dyson-appliances

Related MCP servers

Clayton Christensen persona agent for strategic advisory using disruption theory

View repository →

MCP server for Philips Hue smart lighting control

View repository →

MCP server for clinical charting with Claude - document patient visits to EMR

View repository →