Install Flexcompute plugins for AI coding assistants. Use the section for your assistant below.
Tidy3D adds tidy3d-mcp and the FlexAgent simulation skill to your assistant. The MCP server provides current Flexcompute documentation search and document fetch tools. The skill guides agents through Tidy3D simulation creation, API lookup, troubleshooting, geometry import, result analysis, physics guardrails, and cost-control checks before remote simulation runs.
PhotonForge adds skills for parametric component authoring and layout verification. The skills guide agents through PCells, technologies, hierarchy, ports, schema-aware component definitions, routing, physical connectivity, virtual connections, LVS-style checks, and layout-overlap risk review. PhotonForge also uses MCP-backed Flexcompute documentation lookup.
The plugins start tidy3d-mcp with uvx. Install uv so uvx is on your PATH:
curl -LsSf https://astral.sh/uv/install.sh | shFor Homebrew or Windows, see the uv install docs.
In Claude Code:
/plugin marketplace add flexcompute/plugin-marketplace
/plugin install tidy3d@flexcompute
/plugin install photonforge@flexcompute
If Claude Code is already running, reload plugins after installation:
/reload-plugins
Add this repository as a Codex plugin marketplace:
codex plugin marketplace add flexcompute/plugin-marketplaceThen open Codex, run /plugins, choose the Flexcompute marketplace, and install Tidy3D or PhotonForge.
Install a plugin from its Copilot CLI plugin directory:
copilot plugin install flexcompute/plugin-marketplace:copilot-cli/tidy3d
copilot plugin install flexcompute/plugin-marketplace:copilot-cli/photonforge