Odel
optics mcp

optics mcp

Local
@rolemodel1TypeScriptMITUpdated 5mo ago

MCP Server for Optics Design System documentation and token usage.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmoptics-mcpv0.2.6

Run

npx -y optics-mcp

MCP client config

{
  "mcpServers": {
    "optics-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "optics-mcp"
      ]
    }
  }
}