Poly Pizza MCP
Allows interaction with the Poly Pizza 3D model API, providing tools to retrieve models by ID, search models with filters, browse curated collections, and access user-created models.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Poly Pizza MCPsearch for 3D models of trees"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Poly Pizza MCP Server
An MCP (Model Context Protocol) server for the Poly Pizza 3D model API, providing seamless access to thousands of free 3D models.
Features
This MCP server exposes the following tools:
get_model - Retrieve a single 3D model by ID
get_list - Fetch all models in a curated collection
search_models - Search models using filters (category, license, animated status)
search_models_by_keyword - Search models by keyword with optional filters
get_user - Get all models and lists created by a specific user
Related MCP server: Meshy MCP Server
Installation
npm install
npm run buildConfiguration
Add this server to your MCP client configuration. Environment variables must be configured directly in your MCP settings.
Claude Desktop
Edit your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"polypizza": {
"command": "node",
"args": ["/absolute/path/to/polypizza-mcp/dist/index.js"],
"env": {
"POLYPIZZA_AUTH_TOKEN": "your_actual_token_here"
}
}
}
}Important: Replace /absolute/path/to/polypizza-mcp with the actual path to this repository, and replace your_actual_token_here with your Poly Pizza API token. The POLYPIZZA_AUTH_TOKEN is required and the server will not start without it.
Other MCP Clients
For other MCP clients, configure the environment variable POLYPIZZA_AUTH_TOKEN according to your client's documentation. The server requires this environment variable to be set at runtime.
Usage Examples
Once configured, you can interact with the Poly Pizza API through Claude:
Get a specific model
"Show me the details for model with ID abc123"Search for models
"Find animated 3D models of animals"
"Search for CC0 licensed furniture models"Browse collections
"Show me the models in list xyz789"Find user content
"Get all models created by username johndoe"API Categories
0: Food & Drink
1: Clutter
2: Weapons
3: Transport
4: Furniture & Decor
5: Objects
6: Nature
7: Animals
8: Buildings/Architecture
9: People & Characters
10: Scenes & Levels
11: Other
License Types
CC0
CC-BY
CC-BY-SA
CC-BY-ND
CC-BY-NC
CC-BY-NC-SA
CC-BY-NC-ND
Development
# Watch mode for development
npm run watch
# Build
npm run buildAPI Reference
This server implements the Poly Pizza API v1.1 specification. For more details, visit https://poly.pizza.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MatthewHallCom/Poly-Pizza-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server