mcp-srver-starter-pack
by namurokuro
Overview
Integrate Blender 3D software with Cursor IDE via Model Context Protocol (MCP) to enable natural language control, create 3D scenes, query operation history, access code patterns, monitor agent activities, and leverage specialized AI agents.
Installation
python F:\mcp server\mcp_server.pyEnvironment Variables
- OLLAMA_URL
- BLENDER_HOST
- BLENDER_PORT
- BLENDER_OLLAMA_PATH
- PYTHONUNBUFFERED
- DANGEROUSLY_ALLOW_WRITE_OPS
Security Notes
The server exposes an `execute_blender_code` tool which allows arbitrary Python code execution directly within the Blender environment. This is a critical security risk as it can lead to full system compromise if exploited. While a `DANGEROUSLY_ALLOW_WRITE_OPS` environment variable hints at potential control, the capability remains high-risk. Additionally, the `agent_viewport_server.py` has a hardcoded Flask `SECRET_KEY`, which is a security vulnerability for the web dashboard.
Similar Servers
zen-mcp-server
A server for coordinating and managing AI agents, likely for simulations or complex task execution, leveraging Claude LLMs.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
mcp-game-asset-gen
An MCP server for generating various game development assets, including images, videos, audio, and 3D models using multiple AI providers.
unity-mcp
Enables an AI assistant to directly control and interact with the Unity Editor for game development tasks.