Skip to content
VS Code

SVGFarm for VS Code

io.github.joshuajansen/svgfarm

Search open SVG icon packs and fetch exact SVG markup from coding agents through MCP.

client:VS Code transport:streamable-http

Install SVGFarm in VS Code

.vscode/mcp.json

{
  "servers": {
    "svgfarm": {
      "type": "http",
      "url": "https://svg.farm/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

SVGFarm in other clients