MCP Thingiverse provides a bridge to the Thingiverse API, enabling AI assistants to search, browse, and retrieve 3D model information from the popular 3D printing community. Built by gpaul, it uses Puppeteer to interact with Thingiverse's API endpoints, offering tools for discovering random models, searching by terms or categories, retrieving detailed model information including files, and browsing featured content. The implementation is structured as a TypeScript Node.js application with comprehensive error handling and testing, making it valuable for 3D printing enthusiasts who want to find models, compare options, or explore trending designs without leaving their conversation interface.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Searches for 3D models based on a search term. Parameters: term (required), categoryId (optional)
Retrieves random 3D models from Thingiverse.
Fetches all available categories from Thingiverse.
Gets random 3D models from a specific category. Parameters: categorySlug (required)