streamable-httpupdated 20d ago
Official Print Hive plugins for Claude Code, Codex, Cursor, and Grok Bot. Connect an agent to your organization-scoped Print Hive fleet, models, files, materials, inventory, Makes, print jobs, and guarded printer controls through OAuth.
Print Hive で何ができる?
Print Hive plugins

Official Print Hive plugins for Claude Code, Codex, Cursor, and Grok Bot. Connect an agent to your organization-scoped Print Hive fleet, models, files, materials, inventory, Makes, print jobs, and guarded printer controls through OAuth.
Cursor / Grok Bot
Install from the Cursor Marketplace (after publish):
- Open Cursor Settings → Plugins → Marketplace
- Search for "Print Hive"
- Click Install, then complete Print Hive OAuth authorization
Until the marketplace listing is published, install locally:
# Clone to local plugins directory
git clone https://github.com/PrintHive/print-hive-plugins ~/.cursor/plugins/local/print-hive-plugins
Or import the repository marketplace in team settings.
Claude Code
claude plugin marketplace add PrintHive/print-hive-plugins
claude plugin install print-hive@print-hive --scope user
Start Claude Code, open /mcp, and complete Print Hive authorization.
Codex
codex plugin marketplace add PrintHive/print-hive-plugins
codex plugin add print-hive@print-hive
Start a new Codex thread and complete Print Hive authorization when prompted.
ChatGPT
The reviewed public ChatGPT/Codex listing uses the same MCP server:
https://api.printhiv3d.com/v1/mcp
Until the directory listing is approved, add it as a custom MCP connector using OAuth discovery.
Skills
The plugin includes specialized operator workflow skills:
- Core: setup, fleet-operations, library-inventory, grok-claim
- Operator workflows: fleet-status, shift-and-dispatch, material-runway, production-commitments, smart-assign, risk-readiness, performance-reporting, reliability-diagnostics, operator-context, filament-operations, briefing-settings
See plugins/print-hive/skills/ for detailed routing and tool usage.
Safety
- Every request is bound to the authenticated Print Hive organization.
- OAuth grants are separated by printers, models, jobs, inventory, Makes, fleet, and telemetry domains.
- Production mutations require exact targets and may require explicit confirmation.
- Dangerous printer operations are not implicitly granted to public OAuth clients.
- Printer credentials are entered only in the Print Hive web application.
Read the documentation, privacy policy, terms, or contact support.
インストール
Print Hive をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http print-hive https://api.printhiv3d.com/v1/mcpcodex mcp add print-hive --url https://api.printhiv3d.com/v1/mcp{
"mcpServers": {
"print-hive": {
"url": "https://api.printhiv3d.com/v1/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"print-hive": {
"type": "http",
"url": "https://api.printhiv3d.com/v1/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"print-hive": {
"url": "https://api.printhiv3d.com/v1/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"print-hive": {
"serverUrl": "https://api.printhiv3d.com/v1/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
スコア
39 / 100
情報不足
- ドキュメント17/25
- メンテナンス19/25
- 信頼性9/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 11 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.1.4最新 | 2026年8月21日 |