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
mcp-vegalite-server is a Model Context Protocol server that gives a language model a way to draw charts from data it has assembled, using Vega-Lite as the description language. It works in two steps and exposes one tool for each. The save_data tool takes a name and an array of objects representing a table of data, stores that table on the server and returns a success message, which lets a model push an aggregation it has just computed without repeating the rows in every later call. The visualize_data tool then takes the name of a stored table and a Vega-Lite specification as a JSON string, and renders the named data through that specification. What comes back depends on how the server was started. With the output_type option set to text, the tool returns a success message plus an artifact key holding the complete Vega-Lite specification with the data inlined, which suits a client that can render Vega-Lite itself or hand the specification to an artifact viewer. With output_type set to png, the server rasterises the chart and returns a base64 encoded PNG inside the MCP ImageContent container, which suits clients that can only display images. Because the visualisation grammar is Vega-Lite rather than a fixed menu of chart types, the model chooses the marks, encodings, scales and aggregations itself in the specification it writes, and the server does not constrain the chart forms available. It is written in Python and run with uv from a local checkout, pointing at the project directory and passing the output type flag; the README shows the matching claude_desktop_config.json entry for Claude Desktop. It is aimed at analysis sessions where a model queries or computes data and then needs to show it.
https://github.com/isaacwasserman/mcp-vegalite-server
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.