ahujasid/blender-mcp
An MCP server and Blender add-on that lets a model inspect and manipulate a Blender scene for prompt-driven 3D modelling.
Awesome MCP › Design & Visualization
Maya MCP is an MCP server implementation for Autodesk Maya, letting clients such as Claude Desktop drive the application through natural language. Its current tool set is deliberately small, with the README stating that architecture and simplicity were the initial focus rather than coverage. list_objects_by_type enumerates what is in the scene with a filter for cameras, lights, materials or shapes, which is how the model orients itself before acting. create_object adds primitives and scene elements — cube, cone, sphere, cylinder, camera, spot light, point light and directional light. get_object_attributes and set_object_attributes read and write attributes on any Maya object, and this pair is what gives the small tool set reach: because Maya exposes almost everything as node attributes, generic get and set covers transforms, material parameters and light properties without a dedicated tool for each. scene_new starts a fresh scene, with a force argument for discarding unsaved changes. It is written in Python and tested against Maya 2023 and 2025, at version 0.2.0. The audience is technical artists and pipeline developers in film, games or visual effects who want to script scene setup conversationally, and who should expect to extend it.
https://github.com/PatrickPalmer/MayaMCP
An MCP server and Blender add-on that lets a model inspect and manipulate a Blender scene for prompt-driven 3D modelling.
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 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 is a tool that visualizes Markdown content as interactive mindmaps and includes an MCP Server for enhanced interoperability within the Model Context Protocol ecosystem.
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.
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.
FreeCAD MCP is an MCP server that enables automated and scripted control of FreeCAD through Claude Desktop for enhanced CAD modeling workflows.
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.