streamable-httpMITupdated 4mo ago
Official Claude Code marketplace from SimplyPrint. Hosts the SimplyPrint plugin for Claude Code so you can manage your 3D printer farm without leaving your terminal.
What can you do with SimplyPrint: 3D Print Farm Management?
SimplyPrint Claude Code marketplace
Official Claude Code marketplace from SimplyPrint. Hosts the SimplyPrint plugin for Claude Code so you can manage your 3D printer farm without leaving your terminal.
Install
/plugin marketplace add simplyprint/simplyprint-claude-plugin
/plugin install simplyprint@simplyprint
Plugins
| Plugin | Description |
|---|---|
simplyprint |
Connects Claude Code to your SimplyPrint account via the official SimplyPrint MCP server. Includes starter skills for common workflows. |
Hosting it yourself
This whole repo is the marketplace. Anyone can add it with /plugin marketplace add simplyprint/simplyprint-claude-plugin. To run a fork, just point users at your repo instead.
See .claude-plugin/marketplace.json for the catalog and Claude Code marketplace docs for how this all works.
License
MIT
Install
Add SimplyPrint: 3D Print Farm Management to your client. Pick the one you use.
claude mcp add --transport http simplyprint-3d-print-farm-management https://simplyprint.io/api/mcpcodex mcp add simplyprint-3d-print-farm-management --url https://simplyprint.io/api/mcp{
"mcpServers": {
"simplyprint-3d-print-farm-management": {
"url": "https://simplyprint.io/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"simplyprint-3d-print-farm-management": {
"type": "http",
"url": "https://simplyprint.io/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"simplyprint-3d-print-farm-management": {
"url": "https://simplyprint.io/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"simplyprint-3d-print-farm-management": {
"serverUrl": "https://simplyprint.io/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation10/25
- Maintenance13/25
- Trust16/20
- Capability0/15
- Install experience12/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 130 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- 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
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Apr 22, 2026 |
| 1.0.0 | Apr 22, 2026 |