Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

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

README.md

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

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.