SVGL MCP Server
@sam-trost
关于 SVGL MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-svgl": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/svgl:latest",
"-f",
"src/svgl/Dockerfile",
"."
]
}
}
}工具
3Validate SVG content against SVGL specifications
List all SVGs in the repository with their metadata
Retrieve a specific SVG by name
概览
What is SVGL MCP Server?
This MCP server processes SVG content using SVGL (Scalable Vector Graphics Language), providing validation against SVGL specifications and repository access to browse and retrieve SVGs. It is designed for developers who need to validate, discover, and embed SVG assets from the SVGL repository.
How to use SVGL MCP Server?
Configure it in your MCP client such as Claude Desktop or VS Code using Docker (docker run -i --rm mcp/svgl) or NPX (npx -y @modelcontextprotocol/server-svgl). The server exposes three tools: svgl_validate for validation, svgl_list for listing repository content, and svgl_get for retrieving a specific SVG.
Key features of SVGL MCP Server
- Validate SVG content against SVGL specifications.
- Browse and retrieve SVGs from the SVGL repository.
- Detailed error reporting with line numbers.
- Base64 encoding for easy SVG embedding.
Use cases of SVGL MCP Server
- Validate SVG code before
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

EverArt
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论