Vivado MCP Native is a Model Context Protocol (MCP) server: Native MCP server for controlling AMD/Xilinx Vivado on Windows and Linux via persistent Tcl. Because it speaks the Model Context Protocol, AI assistants can use Vivado MCP Native as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the Python package vivado-mcp-native (via uvx) speaks MCP over stdio on your machine. No credentials are required — it works out of the box. The current release is v0.2.1, published under the MIT license, with source at Arthurzxy/vivado_mcp_native on GitHub.
On mcp.site, Vivado MCP Native sits in the Development category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain Vivado MCP Native for Arthurzxy, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸PyPI package — vivado-mcp-native · MCP over stdio
▸Open source — MIT license · Arthurzxy/vivado_mcp_native