Token导航 LogoToken导航TokenDH.com
Printables MCP Server logo
搜索检索stdio官方级别未说明来源级核验

Printables MCP Server

MCP Server

Printables MCP Server是一个用于与Printables.com交互的模型上下文协议服务器,提供3D模型搜索、文件检索和描述抓取功能。

工具数

0

提示词数

0

GitHub Stars

1

资源数

0
数据抓取Python文件管理本地部署

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

GhostTypes

提供方

GhostTypes

最后核验

2026/5/17 20:22

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

pip install -r requirements.txt

详细介绍

Printables MCP Server

A Model Context Protocol (MCP) server for interacting with Printables.com

______________________________________________________________________

Core Features

Feature Description

Model Search Search for models with rich metadata.

File Retrieval Get all downloadable files associated with a specific model ID.

Description Scraping Fetches and formats the detailed description text from a model's main page.

______________________________________________________________________

Model Search

This feature enables users to query the Printables.com database for 3D models.

Sub-Feature Description

Search by Term Finds models using a specific query string (e.g., "benchy", "vase").

Result Limiting Controls the maximum number of search results returned in a single query.

Detailed Metadata Returns rich information for each model, including ID, name, URL, statistics (ratings, likes, downloads), author, and image URL.

______________________________________________________________________

File Retrieval

This feature provides access to the files for a given model.

Sub-Feature Description

Fetch by ID Retrieves all associated files by using a model's unique numeric ID.

Detailed File Information Provides comprehensive data for each file, including its name, direct download URL, size in bytes, and file type.

______________________________________________________________________

Description Retrieval

This feature fetches the description content directly from a model's web page.

Sub-Feature Description

Fetch by URL Get the full description from a model's page using its complete URL.

Markdown Formatting Returns the extracted description text in markdown format for proper rendering and readability.

______________________________________________________________________

Getting Started

先决条件

  • Python 3.8+

______________________________________________________________________

Installation

  1. 将存储库克隆到本地计算机。
   git clone https://github.com/GhostTypes/printables-mcp-server.git
  1. 导航到克隆存储库的目录。
   cd printables-mcp-server
  1. 安装所需的Python依赖项。
   pip install -r requirements.txt
  1. 添加到所需的MCP客户端(VSCode示例)
   "printables-mcp": {
   	"type": "stdio",
   	"command": "python",
   	"args": [
   		"path/to/printables_mcp_server.py"
   	]
   }

目录标签

目录标签

数据抓取Python文件管理本地部署3D模型搜索

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP