Skip to main content
Glama

MCP Home Assistant

by Coolver
package.json1.22 kB
{ "name": "@coolver/mcp-home-assistant", "version": "1.0.0", "description": "MCP server for Home Assistant - enables Cursor AI to manage your smart home through natural language", "type": "module", "main": "./build/index.js", "bin": { "mcp-home-assistant": "./build/index.js" }, "files": [ "build/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x build/index.js", "watch": "tsc --watch", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "home-assistant", "cursor", "cursor-ai", "ai", "smart-home", "model-context-protocol", "automation" ], "author": "Vladimir Eremeev", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Coolver/mcp-home-assistant.git" }, "bugs": { "url": "https://github.com/Coolver/mcp-home-assistant/issues" }, "homepage": "https://github.com/Coolver/mcp-home-assistant#readme", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" } }

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/Coolver/mcp-home-assistant'

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