aiseg2 mcp for Cursor
io.github.chanyou0311/aiseg2-mcp
Unofficial read-only MCP server for the Panasonic AiSEG2 HEMS controller.
client:Cursor
transport:stdio
runtime:pypi
Install aiseg2 mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aiseg2-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"aiseg2-mcp"
],
"env": {
"AISEG_URL": "<AISEG_URL>",
"AISEG_PASSWORD": "<AISEG_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs