Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Photonics Simulation

FreeNot checked

Knowledge-based MCP server for photonics simulation engineering, providing rules, bugs, checklists, and tool recommendations for Lumerical FDTD/MODE/FDE, HFSS,

GitHubEmbed

About

Knowledge-based MCP server for photonics simulation engineering, providing rules, bugs, checklists, and tool recommendations for Lumerical FDTD/MODE/FDE, HFSS, COMSOL, and PyAEDT.

README

License: MIT

Knowledge-based MCP server for photonics simulation engineering.

Supported software:

  • Lumerical FDTD
  • HFSS
  • COMSOL

Current capabilities:

  • Known bug database
  • Engineering experience repository
  • Workflow guidance

Installation

Clone repository

git clone https://github.com/LLLDYYY/Photonics-Simulation-MCP.git
cd Photonics-Simulation-MCP

Install dependencies

python -m pip install -r requirements.txt

Start MCP Server

python server.py

Available Tools

hello()

Returns MCP health status.

get_lumerical_bugs()

Returns known Lumerical issues.

get_hfss_bugs()

Returns known HFSS issues.

get_comsol_rules()

Returns COMSOL simulation rules.

get_pyaedt_rules()

Returns PyAEDT usage rules.

get_physics_rules()

Returns photonics physics rules.

get_simulation_guard(software)

Returns known warnings for selected software.

get_tool_recommendation(task)

Recommends simulation tool based on task.

get_workflow(workflow_name)

Returns workflow steps.

search_knowledge(keyword)

Search all knowledge files.

Cursor MCP Configuration

Example:

{
  "mcpServers": {
    "photonics": {
      "command": "python",
      "args": [
        "server.py"
      ]
    }
  }
}

License

This project is licensed under the MIT License - see the LICENSE file for details.

Repository

https://github.com/LLLDYYY/Photonics-Simulation-MCP

from github.com/LLLDYYY/Photonics-Simulation-MCP

Installing Photonics Simulation

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/LLLDYYY/Photonics-Simulation-MCP

FAQ

Is Photonics Simulation MCP free?

Yes, Photonics Simulation MCP is free — one-click install via Unyly at no cost.

Does Photonics Simulation need an API key?

No, Photonics Simulation runs without API keys or environment variables.

Is Photonics Simulation hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Photonics Simulation in Claude Desktop, Claude Code or Cursor?

Open Photonics Simulation on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Photonics Simulation with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs