Thin proxy on Cloudflare Workers (free tier) over Sunex's production catalog. Streamable HTTP transport per MCP spec 2025-03-26 (with legacy SSE
Connect Optics MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Thin proxy on Cloudflare Workers (free tier) over Sunex's production catalog. Streamable HTTP transport per MCP spec 2025-03-26 (with legacy SSE preserved). No auth, read-only. The optics mcp mcp server is what makes that connection.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
recommend_lens_for_imager — Give it an imager PN → compatible lenses with FOV and angular resolution. One shotsearch_imagers — Find sensors by PN, manufacturer, or resolution classget_imager_detail — Full sensor specs plus computed geometry (width / height / diagonal in mm)find_compatible_lenses — Given pixel count + pitch, return lenses whose image circle covers the sensorsearch_products — Full catalog search by PN or keyword, with sample pricing and RFQ linksClaude — Settings → Connectors → Add custom connector → paste https://mcp.sunex-ai.com/mcpChatGPT — The ChatGPT tool exposed by this serverPlenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Optics MCP's toolset — recommend_lens_for_imager, search_imagers, get_imager_detail and 4 more — is a fair guide to whether it matches your workflow. It is maintained by sunex-ai; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| recommend_lens_for_imager | Give it an imager PN → compatible lenses with FOV and angular resolution. One shot. |
| search_imagers | Find sensors by PN, manufacturer, or resolution class. |
| get_imager_detail | Full sensor specs plus computed geometry (width / height / diagonal in mm). |
| find_compatible_lenses | Given pixel count + pitch, return lenses whose image circle covers the sensor. |
| search_products | Full catalog search by PN or keyword, with sample pricing and RFQ links. |
| Claude | Settings → Connectors → Add custom connector → paste https://mcp.sunex-ai.com/mcp |
| ChatGPT | The ChatGPT tool exposed by this server. |
{
"mcpServers": {
"optics": {
"command": "npx",
"args": ["-y", "wrangler"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.