Vivado MCP Native
About
Native MCP server for controlling AMD/Xilinx Vivado on Windows and Linux via persistent Tcl.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VIVADO_PATH VIVADO_MCP_OUTPUT_ENCODINGClaude Code
claude mcp add --env VIVADO_PATH= --env VIVADO_MCP_OUTPUT_ENCODING= vivado-mcp-native -- uvx vivado-mcp-native
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"vivado-mcp-native","command":"uvx","args":["vivado-mcp-native"],"env":{"VIVADO_PATH":"","VIVADO_MCP_OUTPUT_ENCODING":""}}'
JSON
{
"mcpServers": {
"vivado-mcp-native": {
"command": "uvx",
"args": [
"vivado-mcp-native"
],
"env": {
"VIVADO_PATH": "",
"VIVADO_MCP_OUTPUT_ENCODING": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.