Back to Browse

Vivado Mcp Native MCP Server

Developer ToolsUse Caution2.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Native MCP server for controlling AMD/Xilinx Vivado on Windows and Linux via persistent Tcl.

About

Native MCP server for controlling AMD/Xilinx Vivado on Windows and Linux via persistent Tcl.

Security Report

2.8
Use Caution2.8Critical Risk

This Vivado MCP server provides legitimate FPGA design automation but has significant security concerns requiring attention. The server grants subprocess execution capabilities to whatever Vivado commands are passed through, allows arbitrary TCL execution without constraints, and lacks input validation on critical parameters. While the stated purpose (FPGA development) justifies some broad permissions like network access and process spawning, the combination of unrestricted TCL execution, path-based file operations, and subprocess launch capabilities without sanitization creates real security exposure. Users should only expose this server to fully trusted MCP clients. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

3 files analyzed · 18 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

process_spawn

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Optional path to a Vivado launcher, bin directory, or version directory.Optional

Environment variable: VIVADO_PATH

Optional Vivado Tcl console output encoding, such as utf-8 or gbk.Optional

Environment variable: VIVADO_MCP_OUTPUT_ENCODING

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-arthurzxy-vivado-mcp-native": {
      "env": {
        "VIVADO_PATH": "your-vivado-path-here",
        "VIVADO_MCP_OUTPUT_ENCODING": "your-vivado-mcp-output-encoding-here"
      },
      "args": [
        "vivado-mcp-native"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!