Skip to content
Cursor

pyslang-mcp for Cursor

io.github.ariklapid/pyslang-mcp

Compiler-backed read-only Verilog and SystemVerilog project analysis.

client:Cursor transport:stdio runtime:pypi

Install pyslang-mcp in Cursor

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

{
  "mcpServers": {
    "pyslang-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pyslang-mcp"
      ]
    }
  }
}

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

pyslang-mcp in other clients