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
Quickchart MCP Server is a Model Context Protocol server that adds chart generation to any MCP client by delegating rendering to the QuickChart.io service. It is written in TypeScript and exposes two tools. The first, generate_chart, takes a chart configuration and returns a URL pointing at the rendered image; the second, download_chart, takes the same configuration plus an output path and saves the image to that location on disk. Configurations use the Chart.js format, so a request is an object with a type, a data section holding labels and datasets, and an options section for titles and other styling. The server encodes that object into a QuickChart URL of the form https://quickchart.io/chart?c= followed by the encoded configuration, which means charts are produced without a local rendering engine and can be embedded anywhere a URL works. Ten chart types are supported: bar charts for comparing categories, line charts for trends over time, pie and doughnut charts for proportions, radar charts for multivariate data, polar area charts for proportional data with fixed-angle segments, scatter plots for distributions, bubble charts for three-dimensional data, and radial gauge and speedometer widgets for showing a single value within a range. Labels, datasets, colours and further Chart.js options can all be customised. The package is published on npm as @gongrzhe/quickchart-mcp-server and can be built from source with npm install and npm run build. The README shows Claude Desktop configuration for both a local build path and an npx invocation, and the server can also be installed for Claude Desktop automatically through Smithery. It is MIT licensed and links to the QuickChart documentation and chart type reference for the full set of configuration options.
https://github.com/GongRzhe/Quickchart-MCP-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.