# SimplyPrint [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/simplyprint/simplyprint-claude-plugin  
**GitHub Stars:** 1  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/simplyprint

## Description
Manage your SimplyPrint 3D printer farm. Monitor, queue, and control prints from AI.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "simplyprint": {
    "url": "https://simplyprint.io"
  }
}
```

## Documentation & README

# SimplyPrint Claude Code marketplace

Official Claude Code marketplace from [SimplyPrint](https://simplyprint.io). 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`](https://github.com/simplyprint/simplyprint-claude-plugin/blob/HEAD/plugins/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`](https://github.com/simplyprint/simplyprint-claude-plugin/blob/HEAD/.claude-plugin/marketplace.json) for the catalog and [Claude Code marketplace docs](https://code.claude.com/docs/en/plugin-marketplaces) for how this all works.

## License

MIT

