Blendkit MCP Server

Blendkit MCP Server

Enables AI agents to search and download 3D assets (models, materials, HDRs, brushes) from the BlenderKit library.

Category
Visit Server

README

Blendkit MCP Server

Python MCP

An unofficial Model Context Protocol (MCP) server that provides AI agents with direct access to the BlenderKit 3D library. This server allows agents to seamlessly search for 3D assets (models, materials, HDRs, brushes) and retrieve native download URLs.

Features

  • Asset Search: Easily query the Blendkit library for 3D models, PBR materials, HDRs, brushes, and scenes.
  • Rich Context: Returns simplified, agent-friendly asset metadata including thumbnails, asset IDs, file sizes, and descriptions.
  • Direct Downloads: Retrieves direct download URLs for asset files, including texture packs and .blend files at varying resolutions, allowing the agent to download the assets natively using tools like curl or wget.

Prerequisites

  • Python 3.13+
  • uv (Recommended, for fast dependency management)
  • Blendkit API Key: While some assets are free, a Blendkit API key is highly recommended for higher rate limits and access to paid/private assets.

Installation

Clone the repository and install the dependencies:

git clone https://github.com/RN0000/blendkit-mcp.git
cd blendkit-mcp

# Using uv
uv sync

Configuration

The server requires a Blendkit API Key for authentication. You can pass it as an environment variable: BLENDERKIT_API_KEY.

Connecting to an MCP Client (e.g., Claude Desktop)

To use this server with an MCP-compatible client like Claude Desktop, add the following configuration to your client's config file (e.g. claude_desktop_config.json):

{
  "mcpServers": {
    "Blendkit": {
      "command": "uv",
      "args": [
        "run",
        "server.py"
      ],
      "cwd": "/path/to/your/blendkit-mcp",
      "env": {
        "BLENDERKIT_API_KEY": "<your-blendkit-api-key>"
      }
    }
  }
}

Note: Replace /path/to/your/blendkit-mcp with the absolute path to where you cloned this repository, and <your-blendkit-api-key> with your actual key.

Available Tools

The server exposes the following MCP tools to the agent:

  1. search_blendkit_assets(query, asset_type, limit)

    • Description: Searches the Blendkit library for 3D assets.
    • Arguments:
      • query (string): The search term (e.g., 'chair', 'wood').
      • asset_type (string): Type of asset (model, material, scene, hdr, brush). Defaults to model.
      • limit (int): Number of results to return (max 15).
  2. get_asset_download_url(asset_id)

    • Description: Retrieves the download URLs for a specific asset using its ID. Useful if the direct URLs weren't retrieved during search or for targeted queries.
    • Arguments:
      • asset_id (string): The UUID of the asset (id or assetBaseId).

Usage Examples

Once connected, you can ask your AI assistant:

  • "Search Blendkit for a realistic wooden chair model."
  • "Find me some 4K bark materials on Blendkit and get their download links."
  • "Get the download URL for the Blendkit asset with ID ea74e54f-..."

Disclaimer

This is an unofficial community project and is not affiliated with, endorsed by, or sponsored by BlenderKit.

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