Streamdeck MCP
Rank #15,606io.github.verygoodplugins/streamdeck-mcp
MCP server providing streamdeck-mcp capabilities
Streamdeck MCP is a Model Context Protocol (MCP) server published by verygoodplugins. It ranks #15,606 of 115,460 servers tracked on MCP Toplist, and its repository has 39 GitHub stars. Streamdeck MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Dec 24, 2025 and most recently updated on Dec 25, 2025.
Ranks ahead of 99,854 of 115,460 servers on MCP Toplist.
Use Streamdeck MCP
claude mcp add streamdeck-mcp -- uvx streamdeck-mcp[mcp_servers.streamdeck-mcp]
command = "uvx"
args = ["streamdeck-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"streamdeck-mcp": {
"command": "uvx",
"args": [
"streamdeck-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"streamdeck-mcp": {
"command": "uvx",
"args": [
"streamdeck-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"streamdeck-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"streamdeck-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"streamdeck-mcp": {
"command": "uvx",
"args": [
"streamdeck-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"streamdeck-mcp": {
"command": "uvx",
"args": [
"streamdeck-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.verygoodplugins%2Fstreamdeck-mcp)<a href="https://mcptoplist.com/server/io.github.verygoodplugins%2Fstreamdeck-mcp"><img src="https://mcptoplist.com/badge/io.github.verygoodplugins%2Fstreamdeck-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
verygoodplugins
Other servers by verygoodplugins
- MCP Automem#2,339 · 2 vers
- MCP FreeScout#2,699 · 5 vers
- MCP Evernote#4,507 · 2 vers
- MCP Toggl Server#4,949 · 2 vers
- MCP Pirsch#10,488 · 2 vers
- MCP Local Wp#11,174 · 2 vers
- Robinhood MCP#12,595 · 1 ver
- MCP Edd#24,607 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Dec 25, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Streamdeck MCP?
- Streamdeck MCP is maintained by verygoodplugins, which publishes 11 MCP servers (20 total versions) tracked on MCP Toplist.
- Is Streamdeck MCP listed on the Official MCP Registry?
- Yes — Streamdeck MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Streamdeck MCP have?
- MCP Toplist tracks 2 versions of Streamdeck MCP, most recently published on Dec 25, 2025.
- Where can I find the source code for Streamdeck MCP?
- The source code for Streamdeck MCP is hosted at github.com/verygoodplugins/streamdeck-mcp.