Skip to content

Conversation

@QuinnDamerell
Copy link

Description

This change adds the official OctoEverywhere MCP server to the server list. The OctoEverywhere MCP is a 3D printing community project that allows for secure and private access to 3D printers from AI agents. It supports querying live printer state information, getting webcam snapshots, and basic printer control like pausing and canceling prints.

Server Details

  • Server: Cloud
  • Changes to: tools

Motivation and Context

OctoEverywhere is a 3D printing community project that builds free cloud tools for 3D printing makers. We offer several tools already, and giving powerful AI agents access to 3D printers is a significant next step! Note that all the information is read-only, except for the pause and cancel commands. We only build tools that can be used safely.

We are currently using an OAuth-style user auth system where it's supported, and user access tokens where it's not. We plan to evolve the MCP server as the MCP spec continues to grow, and continue using the best security practices.

How Has This Been Tested?

Our dev team and OctoEverywhere community have tested this for the last few weeks. It's been tested using the Claud desktop app, VS Code Copilot, and the modelcontextprotocol/inspector tool.

Breaking Changes

No breaking changes.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

@olaservo
Copy link
Member

Thanks for your contribution to the servers list. This has been merged in this combined PR: #2075

This is a new process we're trying out, so if you see any issues feel free to re-open the PR and tag me.

@olaservo olaservo closed this Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants