Skip to content
VS Code

tabler mcp server for VS Code

io.github.mafady/tabler-mcp-server

Tabler.io for AI assistants: search 5,000+ icons, UI components, layouts, themes and docs.

client:VS Code transport:stdio runtime:npm

Install tabler mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "tabler-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tabler-mcp-server"
      ]
    }
  }
}

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

tabler mcp server in other clients