Awesome MCPDesign & Visualization

ahujasid/blender-mcp

⭐ 28477 Python added to this list on 2025-05-14 repository created 2025-03-07

Blender MCP connects Blender to MCP clients so a model can build and modify 3D scenes by issuing tool calls instead of the user clicking through the interface. It has two parts: an add-on installed inside Blender that receives commands and executes them against the Blender Python API, and a Python MCP server, published on PyPI as blender-mcp, that the client launches and which relays requests to the add-on. Through this channel a model can query the current scene — what objects exist, their transforms and materials — and then create and delete objects, move, rotate and scale them, assign materials, and run Python inside Blender for operations without a dedicated tool. Because the model reads scene state before acting, iterative work is possible: describe a change, see the result reflected back, refine. The project is MIT licensed, has a project website and a video tutorial, and is community-maintained with substantial PyPI download figures. It works with any MCP client rather than only Claude Desktop. The audience is 3D artists and technical directors who want to script scene setup conversationally, and people prototyping generative 3D workflows where the model handles the repetitive construction steps.

https://github.com/ahujasid/blender-mcp

mcpblender3d-modelingpythonscene-generationaddongenerative-3d

Also in Design & Visualization

pascalorg/editor

Browser-based 3D architectural building editor built with React Three Fiber and WebGPU that ships an MCP server package exposing scene tools, resources, prompts and local storage to MCP-compatible AI hosts.

GLips/Figma-Context-MCP

GLips/Figma-Context-MCP is an MCP server that provides Figma layout and design information to AI coding agents like Cursor, enabling accurate one-shot design implementation in code.

markmap/markmap

Markmap is a tool that visualizes Markdown content as interactive mindmaps and includes an MCP Server for enhanced interoperability within the Model Context Protocol ecosystem.

sonnylazuardi/cursor-talk-to-figma-mcp

Cursor Talk to Figma MCP integrates Cursor AI with Figma using the Model Context Protocol to enable programmatic reading and modification of Figma designs for enhanced design automation.

antvis/mcp-server-chart

mcp-server-chart is a TypeScript-based Model Context Protocol server by AntV that generates over 25 types of visual charts using the AntV library and returns image URLs for each chart.

neka-nat/freecad-mcp

FreeCAD MCP is an MCP server that enables automated and scripted control of FreeCAD through Claude Desktop for enhanced CAD modeling workflows.

GongRzhe/Office-PowerPoint-MCP-Server

Office-PowerPoint-MCP-Server is a comprehensive MCP server enabling programmatic creation and manipulation of PowerPoint presentations using the MCP protocol and python-pptx, featuring 32 tools across 11 modules for professional presentation automation.

arinspunk/claude-talk-to-figma-mcp

Claude Talk to Figma MCP is a Model Context Protocol plugin that enables AI tools like Claude Desktop and GitHub Copilot to interact directly with Figma for AI-assisted design workflows.