lifx mcp for Cursor
io.github.mrfentmen/lifx-mcp
MCP server for LIFX lights: list, state, power control. Needs a free API token.
client:Cursor
transport:stdio
runtime:npm
Install lifx mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lifx-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lifx-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs