OctoEverywhere/mcp
A 3D printer MCP server that allows for getting live printer state, webcam snapshots, and printer control.
Quick Start
Clone the repository:
git clone https://github.com/OctoEverywhere/mcpClaude Desktop configuration example:
{
"mcpServers": {
"octoeverywhere-mcp": {
"command": "npx",
"args": [
"-y",
"OctoEverywhere/mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.