Skip to main content
Glama

Homey MCP Server

by allistera
package.json843 B
{ "name": "mcp-server-homey", "version": "0.1.0", "description": "MCP server for interacting with Homey smart home platform", "type": "module", "main": "dist/index.js", "bin": { "mcp-server-homey": "dist/index.js" }, "scripts": { "build": "tsc", "prepare": "npm run build", "watch": "tsc --watch", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix" }, "keywords": [ "mcp", "homey", "smart-home", "model-context-protocol" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "homey-api": "^3.7.1" }, "devDependencies": { "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^8.46.0", "@typescript-eslint/parser": "^8.46.0", "eslint": "^9.37.0", "typescript": "^5.6.0" }, "engines": { "node": ">=18" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/allistera/homey-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server