mcpbeat Sign in

Optics MCP Server

by rolemodel Your server? Claim it
local only

Optics MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 9 Feb 2026.

MCP Server for Optics Design System documentation and token usage.

Installs per day peak 29 · avg 10 · -26% w/w
a month agotoday
50
Installs / week
npm · optics-mcp
1
Stars
0 open issues
9 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Optics MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add optics-mcp -- npx -y optics-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "optics-mcp": {
      "args": [
        "-y",
        "optics-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.optics-mcp]
command = "npx"
args = ["-y", "optics-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "optics-mcp": {
      "args": [
        "-y",
        "optics-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "optics-mcp": {
      "args": [
        "-y",
        "optics-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Optics MCP

same job, measured the same way
Tapsite
by mgriffen

MCP server for web inspection, design system extraction, and accessibility audits

41 installs/wk local only
Anima MCP Server
by animaapp

Connect AI coding agents to Anima Playground, Figma, and your design system.

answering
MCP Design System Extractor
by freema

MCP server for Storybook design systems — extract component HTML, styles and metadata.

180 installs/wk local only
NVIDIA Elements
by nvidia

NVIDIA Elements UI design system and agent tools for AI/ML, robotics, and autonomous vehicles.

318 installs/wk local only
Canva MCP
by wmarceau

MCP server for Canva - create designs, manage assets, use templates, export graphics

55 installs/wk local only
Fragments MCP
by conanmcn

Design system MCP with 9 tools for component discovery, rendering, and a11y auditing

89 installs/wk local only
Gateway
by jinn

Jinn gateway MCP — brand DNA, brand kits, design systems, and agency tools behind one bearer token.

answering
Figma Context MCP Air
by compassalessandrolorenz

Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.

34 installs/wk local only

Optics MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Optics MCP?
Optics MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package optics-mcp was installed 50 times last week.
How do I connect Optics MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls optics-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Optics MCP?
The npm package optics-mcp was installed 50 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Optics MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.