Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"print-queue-app": {
"command": "uvx",
"args": [
"print-queue-app"
]
}
}
}
Run in terminal:
claude mcp add print-queue-app uvx print-queue-app
Add to .cursor/mcp.json:
{
"mcpServers": {
"print-queue-app": {
"command": "uvx",
"args": [
"print-queue-app"
]
}
}
}
Or install with pip: pip install print-queue-app
README Excerpt
社用ドキュメント印刷キュー管理アプリ — WinUI MCP サーバー連携 PrintQueueApp は、XLSX/XLS/PDF ファイルをドラッグ&ドロップでキューに追加し、WinUI 3 の GUI でステータスを管理しながら社内プリンターへ印刷するためのアプリケーションです。 - **クロスプラットフォーム**: Python 部分は Windows/Mac/Linux で動作 - **WinUI 3 GUI**: Windows ネイティブのモダンなインターフェース - **MCP プロトコル**: Model Context Protocol による柔軟なサーバー/クライアント分離
Tools (11)
DOTNET_PATHPRINT_QUEUE_MCP_URLdotnetwinui_add_buttonwinui_add_drop_zonewinui_add_labelwinui_create_windowwinui_poll_eventswinui_set_progresswinui_set_status_textwinui_update_file_list
Topics
automationmcpprint-queuepythonwinui