MCP server for searching and fetching brand SVGs from thesvg.org
| Tool name | Description | Destructive? |
|---|---|---|
| search_icons | ✓ no | |
| get_icon | ✓ no | |
| list_variants | ✓ no | |
| get_icon_url | ✓ no | |
| list_categories | ✓ no |
{
"mcpServers": {
"thesvgmcp": {
"command": "npx",
"args": [
"-y",
"@thesvg/mcp-server"
]
}
}
}