streamdeck mcp for Cursor
io.github.verygoodplugins/streamdeck-mcp
MCP server for Elgato Stream Deck control — set buttons, manage pages, wire actions
client:Cursor
transport:stdio
runtime:pypi
Install streamdeck mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"streamdeck-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"streamdeck-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs