3D AI Studio MCP Server for CrewAI 12 tools — connect in under 2 minutes
Connect your CrewAI agents to 3D AI Studio through Vinkius, pass the Edge URL in the `mcps` parameter and every 3D AI Studio tool is auto-discovered at runtime. No credentials to manage, no infrastructure to maintain.
ASK AI ABOUT THIS MCP SERVER
Vinkius supports streamable HTTP and SSE.
from crewai import Agent, Task, Crew
agent = Agent(
role="3D AI Studio Specialist",
goal="Help users interact with 3D AI Studio effectively",
backstory=(
"You are an expert at leveraging 3D AI Studio tools "
"for automation and data analysis."
),
# Your Vinkius token. get it at cloud.vinkius.com
mcps=["https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"],
)
task = Task(
description=(
"Explore all available tools in 3D AI Studio "
"and summarize their capabilities."
),
agent=agent,
expected_output=(
"A detailed summary of 12 available tools "
"and what they can do."
),
)
crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About 3D AI Studio MCP Server
Connect your 3D AI Studio API to any AI agent and take full control of production-quality 3D generation, AI texturing, mesh processing, and rendering through natural conversation.
When paired with CrewAI, 3D AI Studio becomes a first-class tool in your multi-agent workflows. Each agent in the crew can call 3D AI Studio tools autonomously, one agent queries data, another analyzes results, a third compiles reports, all orchestrated through Vinkius with zero configuration overhead.
What you can do
- Text to 3D — Generate 3D models from text prompts using Hunyuan 3D, TRELLIS.2, and Tripo models
- Image to 3D — Convert any image to a 3D model with multiple AI model options
- Multi-View to 3D — Generate accurate 3D models from multiple reference images
- AI Texturing — Apply AI-powered PBR texturing to existing models using text or image prompts
- Remeshing — Optimize topology with tri or quad mesh remeshing
- Mesh Repair — Fix non-manifold geometry, holes, and inverted normals
- Format Conversion — Convert between GLB, OBJ, FBX, STL, PLY, USDZ, and 3MF formats
- Model Optimization — Reduce polygon count and compress for web and mobile
- 3D Rendering — Generate high-quality images and turntable videos up to 4K
- Mesh Segmentation — Automatically segment 3D mesh parts by semantic components
- Texture Baking — Bake high-poly details onto low-poly game-ready meshes
- Volume Calculator — Calculate volume, surface area, and weight estimates for 3D printing
The 3D AI Studio MCP Server exposes 12 tools through the Vinkius. Connect it to CrewAI in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
How to Connect 3D AI Studio to CrewAI via MCP
Follow these steps to integrate the 3D AI Studio MCP Server with CrewAI.
Install CrewAI
Run pip install crewai
Replace the token
Replace [YOUR_TOKEN_HERE] with your Vinkius token from cloud.vinkius.com
Customize the agent
Adjust the role, goal, and backstory to fit your use case
Run the crew
Run python crew.py. CrewAI auto-discovers 12 tools from 3D AI Studio
Why Use CrewAI with the 3D AI Studio MCP Server
CrewAI Multi-Agent Orchestration Framework provides unique advantages when paired with 3D AI Studio through the Model Context Protocol.
Multi-agent collaboration lets you decompose complex workflows into specialized roles, one agent researches, another analyzes, a third generates reports, each with access to MCP tools
CrewAI's native MCP integration requires zero adapter code: pass Vinkius Edge URL directly in the `mcps` parameter and agents auto-discover every available tool at runtime
Built-in task delegation and shared memory mean agents can pass context between steps without manual state management, enabling multi-hop reasoning across tool calls
Sequential and hierarchical crew patterns map naturally to real-world workflows: enumerate subdomains → analyze DNS history → check WHOIS records → compile findings into actionable reports
3D AI Studio + CrewAI Use Cases
Practical scenarios where CrewAI combined with the 3D AI Studio MCP Server delivers measurable value.
Automated multi-step research: a reconnaissance agent queries 3D AI Studio for raw data, then a second analyst agent cross-references findings and flags anomalies. all without human handoff
Scheduled intelligence reports: set up a crew that periodically queries 3D AI Studio, analyzes trends over time, and generates executive briefings in markdown or PDF format
Multi-source enrichment pipelines: chain 3D AI Studio tools with other MCP servers in the same crew, letting agents correlate data across multiple providers in a single workflow
Compliance and audit automation: a compliance agent queries 3D AI Studio against predefined policy rules, generates deviation reports, and routes findings to the appropriate team
3D AI Studio MCP Tools for CrewAI (12)
These 12 tools become available when you connect 3D AI Studio to CrewAI via MCP:
bake_textures_3d
Supports baking normal maps, ambient occlusion, curvature, and other detail maps. Essential for game asset pipelines where high-detail sculpted models need to be baked onto game-ready low-poly meshes. Returns optimized models with baked texture maps. AI agents should use this when users ask "bake normal maps from high-poly to low-poly", "bake ambient occlusion for this model", or need texture baking for game asset preparation. Bake texture maps onto 3D models for optimized rendering
calculate_volume_3d
Supports unit specification (mm, cm, inches, meters) and material density for weight estimation. Essential for 3D printing cost estimation, material requirements planning, shipping calculations, and physical property analysis of 3D models. Returns detailed measurement data. AI agents should reference this when users ask "calculate the volume of this 3D model", "estimate weight for PLA printing", or need physical measurements for manufacturing or cost planning. Calculate volume and physical measurements of 3D models
convert_3d_format
Preserves geometry, textures, materials, and rigging data during conversion. Essential for pipeline integration, platform compatibility, and format standardization. AI agents should use this when users ask "convert this GLB model to FBX", "change this 3D file to STL for 3D printing", or need 3D format conversion for specific platform or software requirements. Convert 3D models between different file formats
generate_ai_texturing
Can repaint or restyle existing 3D models with new materials, colors, and surface details. Generates complete PBR texture sets (albedo, normal, metallic, roughness) from descriptions like "rusty metal", "polished wood", or "cartoon stone". Essential for material iteration, style transfers on 3D assets, and adding surface details to generated models. AI agents should reference this when users ask "add rusty metal texture to this model", "restyle this character with cartoon textures", or need AI-powered material generation on existing 3D meshes. Apply AI-powered PBR texturing to existing 3D models using text or image prompts
generate_image_to_3d
2-4B, and Tripo variants. Accepts product photos, concept art, sketches, or any reference image and generates a corresponding 3D model with PBR textures. Supports style modifiers, face limits, density presets, and orientation control. Returns 3D model files in multiple formats. Essential for e-commerce product visualization, concept art to 3D conversion, and general image-to-3D workflows. AI agents should reference this when users ask "convert this product photo to 3D", "turn this sketch into a 3D model", or need reliable general-purpose image-to-3D conversion. Convert images to 3D models using AI-powered image-to-3D pipeline
generate_multiview_to_3d
Users provide 2 or more images from different angles and the AI constructs a more accurate 3D representation. Essential for product visualization requiring precise geometry, architectural elements, and objects that need to match reference from multiple viewpoints. Supports all available models and output formats. AI agents should use this when users ask "create a 3D model from these multiple product photos", "generate accurate 3D from front and side views", or need multi-view 3D reconstruction. Generate 3D models from multiple reference images for higher accuracy
generate_text_to_3d
2-4B, and Tripo (v3.0, v3.1, P1). Users describe the desired 3D object in natural language and receive a generated model with optional style control, face limits, and density presets (high/medium/low). Returns 3D model files in GLB format by default with PBR textures. Supports output formats GLB, OBJ, FBX, STL, PLY, USDZ, and 3MF. Essential for concept exploration, rapid prototyping from descriptions, and applications where users describe rather than show what they want. AI agents should use this when users ask "create a 3D model of a fantasy sword", "generate a 3D tree from text", or need text-driven 3D generation. Generate 3D models directly from text descriptions
optimize_3d_model
Accepts existing 3D model URLs and returns optimized versions with controlled quality settings. Essential for web-based 3D applications, mobile optimization, file size reduction, and performance-critical 3D rendering. AI agents should reference this when users ask "optimize this 3D model for web", "reduce polygon count of this model", or need mesh optimization for performance or file size constraints. Optimize 3D models for performance and file size reduction
remesh_3d_model
Accepts existing 3D model URLs and returns remeshed versions with controlled face counts and topology type (tri or quad). Essential for game asset preparation, animation-ready meshes, and applications requiring clean topology. AI agents should use this when users ask "remesh this model with clean quads", "optimize topology for animation", or need topology conversion on existing 3D assets. Remesh 3D models with optimized tri or quad topology
render_3d_model
Supports turntable animations, hero shots, and product visualization renders. Outputs images up to 4K resolution in PNG or JPG format. Essential for product showcases, portfolio presentations, marketing materials, and social media content from 3D assets. AI agents should use this when users ask "render this model from multiple angles", "create a turntable video of this 3D model", or need marketing-quality renders from 3D files. Generate rendered images or videos from 3D models
repair_3d_mesh
Accepts existing 3D model URLs and returns repaired, watertight meshes suitable for 3D printing, game engines, and further processing. Essential for 3D printing preparation, fixing generated model artifacts, and ensuring mesh integrity. AI agents should reference this when users ask "fix this mesh for 3D printing", "repair non-manifold geometry", or need mesh cleanup before further processing. Repair 3D mesh issues including non-manifold geometry, holes, and inverted normals
segment_3d_mesh
g., head, body, arms, legs for characters; wheels, body, windows for vehicles). Essential for rigging preparation, material assignment per part, and game engine component workflows. Returns segmented mesh with labeled parts. AI agents should reference this when users ask "segment this character mesh into body parts", "identify components of this vehicle model", or need automatic mesh part identification for further processing. Apply semantic segmentation to 3D mesh parts
Example Prompts for 3D AI Studio in CrewAI
Ready-to-use prompts you can give your CrewAI agent to start working with 3D AI Studio immediately.
"Generate a 3D model of a medieval castle from text description."
"Apply rusty metal texture to this 3D model: https://example.com/car.glb"
"Repair this mesh for 3D printing and calculate the volume in PLA material."
Troubleshooting 3D AI Studio MCP Server with CrewAI
Common issues when connecting 3D AI Studio to CrewAI through the Vinkius, and how to resolve them.
MCP tools not discovered
Agent not using tools
Timeout errors
Rate limiting or 429 errors
3D AI Studio + CrewAI FAQ
Common questions about integrating 3D AI Studio MCP Server with CrewAI.
How does CrewAI discover and connect to MCP tools?
tools/list method. This means tools are always fresh and reflect the server's current capabilities. No tool schemas need to be hardcoded.Can different agents in the same crew use different MCP servers?
mcps list, so you can assign specific servers to specific roles. For example, a reconnaissance agent might use a domain intelligence server while an analysis agent uses a vulnerability database server.What happens when an MCP tool call fails during a crew run?
Can CrewAI agents call multiple MCP tools in parallel?
process=Process.parallel, each calling different MCP tools concurrently. This is ideal for workflows where separate data sources need to be queried simultaneously.Can I run CrewAI crews on a schedule (cron)?
crew.kickoff() method runs synchronously by default, making it straightforward to integrate into existing pipelines.Connect 3D AI Studio with your favorite client
Step-by-step setup guides for every MCP-compatible client and framework:
Anthropic's native desktop app for Claude with built-in MCP support.
AI-first code editor with integrated LLM-powered coding assistance.
GitHub Copilot in VS Code with Agent mode and MCP support.
Purpose-built IDE for agentic AI coding workflows.
Autonomous AI coding agent that runs inside VS Code.
Anthropic's agentic CLI for terminal-first development.
Python SDK for building production-grade OpenAI agent workflows.
Google's framework for building production AI agents.
Type-safe agent development for Python with first-class MCP support.
TypeScript toolkit for building AI-powered web applications.
TypeScript-native agent framework for modern web stacks.
Python framework for orchestrating collaborative AI agent crews.
Leading Python framework for composable LLM applications.
Data-aware AI agent framework for structured and unstructured sources.
Microsoft's framework for multi-agent collaborative conversations.
Connect 3D AI Studio to CrewAI
Get your token, paste the configuration, and start using 12 tools in under 2 minutes. No API key management needed.
