A free, community 3D printing MCP server that allows for getting live printer state, webcam snapshots, and printer control.
Server Config
{
"mcpServers": {
"octoeverywhere-claude": {
"command": "npx",
"args": [
"mcp-remote",
"https://octoeverywhere.com/api/mcp",
"--header",
"Authorization: Bearer ${AUTH_TOKEN}"
],
"env": {
"AUTH_TOKEN": "<Your Access Token>"
}
}
}
}