svg2png_mcp
If you are the rightful owner of svg2png_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is an SVG to PNG conversion server based on the Model Context Protocol (MCP).
The SVG to PNG MCP Server is a tool designed to convert SVG code into PNG images using the Model Context Protocol (MCP). It supports integration with other MCP clients and offers two conversion schemes: CairoSVG and Inkscape. The server is implemented using the FastMCP framework, providing asynchronous operations and error handling. The default conversion method is CairoSVG, known for its speed and simplicity, though it has limitations with complex SVG features and font support. Inkscape is available as an alternative for more accurate rendering but requires additional software installation and has slower performance.
Features
- Converts SVG code to PNG images
- Supports specifying a working directory
- Integrates with other MCP clients
- Offers two conversion schemes: CairoSVG and Inkscape
- Implemented using FastMCP framework