Skip to main content
Glama

blender_get_screenshot

Capture Blender 3D viewport screenshots as base64 PNG images for visualizing scene states, checking results, and debugging workflows within the ClaudeKit Blender MCP server.

Instructions

Capture current viewport as base64 image.

Takes screenshot of current 3D viewport view. Limited to 800px max dimension for performance.

Args:

  • max_size (optional): Maximum dimension in pixels (100-800, default: 800)

Returns: Base64 encoded PNG image data with metadata

Use when: Visualizing scene state, checking results, debugging Don't use when: Need high resolution renders (use Blender render instead)

Performance: Larger images take longer to process and transfer

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_sizeNoMax dimension in pixels (100-800)

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/olbboy/claudekit-blender-mcp'

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