MCP Server
MCP
io.github.m2ai-mcp-servers/mcp-dyson-appliances
MCP server for controlling Dyson air purifiers and fans
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mcp-dyson-appliances",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Dyson account email",
"isRequired": true,
"format": "string",
"name": "DYSON_EMAIL"
},
{
"description": "Your Dyson account password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DYSON_PASSWORD"
},
{
"description": "Country code (US, GB, DE, FR, AU, CN)",
"format": "string",
"name": "DYSON_COUNTRY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment