Skip to main content
Glama
LLLDYYY

Photonics Simulation MCP

by LLLDYYY

Photonics Simulation MCP

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

Related MCP server: COMSOL MCP Server

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

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/LLLDYYY/Photonics-Simulation-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server