Native MCP server for controlling AMD/Xilinx Vivado on Windows and Linux via persistent Tcl.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx vivado-mcp-native
MCP client config
{
"mcpServers": {
"vivado-mcp-native": {
"command": "uvx",
"args": [
"vivado-mcp-native"
]
}
}
}