Md2svg Mcp
@yossi-lee
关于 Md2svg Mcp
A Model Context Protocol (MCP) server that converts Markdown text to SVG images.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"md2svg-mcp": {
"command": "uvx",
"args": [
"md2svg-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Md2svg Mcp?
Md2svg Mcp is an MCP server that converts Markdown text into SVG images. It is designed for developers and users who want to programmatically generate styled SVG renderings of Markdown content from within any MCP-compatible client.
How to use Md2svg Mcp?
Install the server via uvx by adding the configuration to your MCP client’s mcpServers block. Once running, call the markdown_to_svg tool with parameters for the Markdown text, output file name (default output.svg), image width (default 720), and padding (default 50).
Key features of Md2svg Mcp
- Parses Markdown text into structured blocks.
- Renders Markdown elements as SVG graphics.
- Supports customizable width, padding, and output file.
- Works with any MCP-compatible client.
Use cases of Md2svg Mcp
- Generating attractive SVG previews of Markdown notes.
- Embedding styled Markdown content into web pages.
- Creating shareable social-media images from Markdown.
- Automating documentation-to-image pipelines.
- Producing consistent visual summaries of Markdown files.
FAQ from Md2svg Mcp
What does Md2svg Mcp convert?
It converts raw Markdown text into an SVG image file. Parameters allow control over dimensions and output file name.
How do I install and run Md2svg Mcp?
Add the MCP server configuration with command uvx and argument md2svg-mcp to your MCP client’s settings. The client then launches the server automatically.
What input parameters does Md2svg Mcp support?
The markdown_to_svg tool requires md_text (the Markdown content). Optional parameters are output_file (default output.svg), width (default 720), and padding (default 50).
Does Md2svg Mcp require any special runtime?
It is run via uvx, which typically relies on a Python environment. No other external dependencies are mentioned in the README.
What transport or authentication does Md2svg Mcp use?
The server uses the standard MCP protocol and does not specify any additional authentication requirements. It communicates with the MCP client over the configured transport.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows

EverArt
modelcontextprotocolModel Context Protocol Servers
评论