Md2svg
Converts Markdown text to SVG images.
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.
Features
- Markdown Parsing: Converts Markdown text to structured blocks.
- SVG Generation: Renders Markdown elements as SVG elements.
- Customization: Supports customizable output dimensions, padding, and colors.
- MCP Integration: Compatible with any MCP client.
Installation
{
"mcpServers": {
"md2svg-mcp": {
"command": "uvx",
"args": [
"md2svg-mcp"
]
}
}
}
Configuration
The markdown_to_svg tool supports the following parameters:
md_text: The Markdown text to be converted.output_file: The output SVG file name (default:output.svg).width: The width of the SVG image (default:720).padding: The padding around the SVG content (default:50).
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
İlgili Sunucular
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Everything
Reference / test server with prompts, resources, and tools
ADT MCP Server
An MCP server for ABAP Development Tools (ADT) that exposes various ABAP repository-read tools over a standardized interface.
NMAP
Perform network scanning and security auditing using the NMAP utility.
即梦AI多模态MCP
A multimodal generation service using Volcengine Jimeng AI for image generation, video generation, and image-to-video conversion.
VSCode MCP
Interact with VSCode through the Model Context Protocol, enabling AI agents to perform development tasks.
Replicate Imagen 4 MCP Server
Access Google's Imagen 4 Ultra model via the Replicate platform for high-quality image generation.
AXME Code
Persistent project memory + architectural decisions + pre-execution safety hooks for Claude Code. Local-only storage, multi-repo workspace, automatic knowledge extraction via background auditor.
XLUXX Trust Layer
Runtime trust scoring for MCP servers. Monitors 15,000+ servers with reliability metrics, drift detection, and fallback recommendations.
Stata MCP
Run Stata commands and execute .do files directly from VS Code and Cursor, with AI assistant integration.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.