Skip to content
VS Code

design token bridge mcp for VS Code

io.github.kenneives/design-token-bridge-mcp

Translate design tokens between Tailwind, Figma, CSS, Material 3, and SwiftUI

client:VS Code transport:stdio runtime:npm

Install design token bridge mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "design-token-bridge-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "design-token-bridge-mcp"
      ]
    }
  }
}

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

design token bridge mcp in other clients