deckapp-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@deckapp-mcppress the 'Deploy' button on my main deck and show me the output"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
deckapp-mcp
MCP support for DeckApp, so tools like Claude can build and run your decks. It works on the same deck files as the app, whether or not DeckApp is open.
Requirements
DeckApp 3.0 or newer, installed so that import deckapp works. The .deb puts it
in /usr/lib/python3/dist-packages, which a virtualenv can see if you create it
with --system-site-packages.
Related MCP server: Linux MCP Server
Install
git clone https://github.com/prabhatm021/deckapp-mcp.git
cd deckapp-mcp
python3 -m venv --system-site-packages .venv
.venv/bin/pip install .Check it found DeckApp:
.venv/bin/python -c "import deckapp; print(deckapp.__version__)"Connect it
Claude Code:
claude mcp add deckapp -- /path/to/deckapp-mcp/.venv/bin/deckapp-mcpClaude Desktop, or any client with a JSON config:
{
"mcpServers": {
"deckapp": {
"command": "/path/to/deckapp-mcp/.venv/bin/deckapp-mcp"
}
}
}Use the full path. The venv's deckapp-mcp is the one that knows where DeckApp
lives.
Tools
26 of them, covering the same ground as the app: create, rename, resize,
duplicate, reorder and delete decks; add, edit, move and remove buttons; import
icons; read and set toggle states; export and import a deck as JSON; open a deck
window. Run list_decks first to see what ids you have.
There is also press_button, which runs a button's command and hands back the
exit code and output. That makes it easy to check a deck works, and it means
anything connected to this server can run whatever your decks run. It is shell
access, so treat it that way.
Positions are zero indexed, row 0 column 0 being the top left key.
License
This server cannot be deployed
Maintenance
Related MCP Connectors
Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.
- mcp-serverOAuthcom.puter
Puter MCP enables AI tools to interact with Puter: manage files, websites, workers, and more
Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with native Linux desktop applications through AT-SPI2 accessibility interfaces. Provides semantic element targeting, natural language search, and automation capabilities (clicking, typing, keyboard shortcuts) across GTK, Qt, and Electron applications.6MIT
- AlicenseBqualityDmaintenanceProvides AI assistants with the ability to control Linux desktop environments through tools for file management, application launching, and system operations like clipboard access. It includes a multi-level security model to manage permissions for safe, elevated, and restricted actions.6MIT
- AlicenseAqualityCmaintenanceEnables AI to generate fully authored Elgato Stream Deck profiles with buttons, icons, colors, dials, and shell scripts from natural language prompts.761 PyPI47MIT
- AlicenseAqualityDmaintenanceControl your Elgato Stream Deck from Claude Code with high-quality icons, full profile management, and task context aggregation from Slack, Notion, and GitHub.10MIT