Servers

Figcraft - Code-driven SVG Diagram Generator
@zeqinlee
Code-driven SVG diagram library for TypeScript/Node.js. Generate publication-quality architecture diagrams, flowcharts, and neural network diagrams with just a few lines of code. Features 10
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"figcraft": {
"command": "npx",
"args": [
"figcraft-mcp"
]
}
}
}