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
「その他」の他のコンテンツ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
ICSS
chokcoco不止于 CSS
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント