Poly Pizza MCP

Poly Pizza MCP

Enables searching, retrieving, and browsing thousands of free 3D models from Poly Pizza through natural language commands.

Category
Visit Server

README

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

Installation

npm install
npm run build

Configuration

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 build

API Reference

This server implements the Poly Pizza API v1.1 specification. For more details, visit https://poly.pizza.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured