Skip to content
Cursor

neosyn fpga mcp for Cursor

io.neosyn/neosyn-fpga-mcp

AI-agent MCP server for FPGA design: compile, validate & generate Verilog from C⏚ HDL.

client:Cursor transport:stdio runtime:pypi

Install neosyn fpga mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "neosyn-fpga-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "neosyn-fpga-mcp"
      ],
      "env": {
        "CG_JAR": "<CG_JAR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

neosyn fpga mcp in other clients