deckapp-mcp
deckapp-mcp
DeckApp 向けの MCP サポートです。これにより、Claude などのツールでデッキをビルドして実行できます。DeckApp が開いているかどうかに関係なく、アプリと同じデッキファイルで動作します。
要件
DeckApp 3.0 以降が、import deckapp が動作するようにインストールされている必要があります。.deb はそれを /usr/lib/python3/dist-packages に配置します。これは、--system-site-packages を指定して仮想環境を作成すれば、その virtualenv から参照できます。
Related MCP server: Linux MCP Server
インストール
git clone https://github.com/prabhatm021/deckapp-mcp.git
cd deckapp-mcp
python3 -m venv --system-site-packages .venv
.venv/bin/pip install .DeckApp が見つかったことを確認します:
.venv/bin/python -c "import deckapp; print(deckapp.__version__)"接続
Claude Code:
claude mcp add deckapp -- /path/to/deckapp-mcp/.venv/bin/deckapp-mcpClaude Desktop、または JSON 設定を持つ任意のクライアント:
{
"mcpServers": {
"deckapp": {
"command": "/path/to/deckapp-mcp/.venv/bin/deckapp-mcp"
}
}
}フルパスを使用してください。DeckApp の場所を知っているのは、venv の deckapp-mcp です。
ツール
ツールは 26 個あり、アプリと同じ範囲をカバーしています: デッキの作成、名前変更、サイズ変更、複製、並べ替え、削除、ボタンの追加、編集、移動、削除、アイコンのインポート、トグル状態の読み取りと設定、デッキの JSON エクスポート/インポート、デッキウィンドウを開くことです。最初に list_decks を実行して、自分の ID を確認してください。
さらに press_button もあります。これはボタンのコマンドを実行し、終了コードと出力を返します。これによりデッキが動作するかどうかを簡単に確認でき、また、このサーバーに接続されたものは、デッキが実行するあらゆるコマンドを実行できることを意味します。これはシェルアクセスなので、そのように扱ってください。
位置はゼロから始まるインデックスです。行 0 列 0 が左上のキーになります。
ライセンス
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.
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.
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
- AlicenseAqualityBmaintenanceEnables AI to generate fully authored Elgato Stream Deck profiles with buttons, icons, colors, dials, and shell scripts from natural language prompts.739MIT
- AlicenseNot gradedqualityDmaintenanceEnables full Linux desktop control including windows, mouse, keyboard, clipboard, audio, screenshots, OCR, accessibility, and system management through MCP-compatible AI agents.1MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/prabhatm021/deckapp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server