- Md2svg Mcp
Md2svg Mcp
A Model Context Protocol (MCP) server that converts Markdown text to SVG images.
Overview
Md2svg-mcp
A Model Context Protocol (MCP) server that converts Markdown text to SVG images.
Overview
This MCP server provides a tool to transform Markdown content into SVG format. It supports various Markdown elements, including headings, lists, code blocks, and tables. The server can be easily integrated into any MCP client, allowing users to visualize Markdown content in a scalable vector graphic format.
Server Config
{
"mcpServers": {
"md2svg-mcp": {
"command": "uvx",
"args": [
"md2svg-mcp"
]
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
yossi-leeStar
-Language
-License
-