Back to MCP Servers
OctoEverywhere Mcp
A 3D printer MCP server that allows for getting live printer state, webcam snapshots, and printer control.
art-culture
Installation
npx -y mcpConfiguration
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": ["-y", "mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes