Skip to main content
Glama
RN0000

Blendkit MCP Server

by RN0000

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BLENDERKIT_API_KEYYesYour Blendkit API key for authentication. Recommended for higher rate limits and access to paid/private assets.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_blendkit_assetsA

Search for 3D assets in the Blendkit library.

Args: query: The search term (e.g. 'chair', 'wood'). asset_type: Type of asset to search for ('model', 'material', 'scene', 'hdr', 'brush'). limit: Number of results to return (max 15).

Returns: A dictionary containing a list of asset objects. Each asset contains its id, name, thumbnailUrls, and a 'files' array. Inside the 'files' array, you can find 'downloadUrl's that can be used to download the actual .blend or texture files.

get_asset_download_urlA

Get the download URLs for a specific asset by its ID.

Args: asset_id: The ID of the asset (either 'id' or 'assetBaseId').

Returns: Dictionary containing the download URLs for the asset files. Note: The Agent should use standard tools like curl/wget with the header 'Authorization: Bearer $BLENDERKIT_API_KEY' if downloading paid/private assets.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/RN0000/blendkit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server