docs: add MCP client integration documentation and scripts

- Update README with integration instructions for Cursor, Claude Desktop, and Cline
- Add configuration examples for different MCP client integrations
- Create Windows CMD script for starting MCP server
- Include configuration files for Claude Desktop and Cline clients
This commit is contained in:
jango-blockchained
2025-02-05 00:48:45 +01:00
parent ddf9070a64
commit ab8b597843
4 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"mcpServers": {
"homeassistant-mcp": {
"command": "bun",
"args": [
"run",
"start",
"--port",
"8080"
],
"env": {
"NODE_ENV": "production"
}
}
}
}