MCP for Vivado
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP for VivadoRun synthesis and implementation, then show me the timing report."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP for Vivado
An AI-oriented Vivado MCP workbench.
This project adopts an MCP-first design and does not provide a self-developed desktop GUI; Vivado-related operations must be performed in the actual Vivado GUI, switching to the corresponding visual context at critical steps.
Current Status
Version:
v2.0.0PM Conclusion:
v2 overall completionCurrent release scope:
Windows mainline usage scenarios
v2 public workflow methodology
phase-2 core cross-domain closed-loop
phase-3 proof / contract / semantic / referent / public schema closing chain
Related MCP server: Vivado MCP Server
Applicable Scenarios
AI-driven MCP / workflow methods to manage the main Vivado design, verification, and debugging processes
Automatic discovery of local Vivado versions and workspace-level binding
Designing IP, designing Block Design, and running simulations
Automatic feedback and re-verification across simulation / timing / ILA / design follow-up
Displaying context corresponding to key steps in the Vivado GUI
Directory Description
docs/USER_INSTALL_AND_USAGE.md User installation and usage instructions
docs/AI_INSTALL_AND_USAGE.md Access instructions for AI / Agents
docs/AI_MCP_RELEASE_INSTALL.md Release installation instructions for AI / MCP clients
scripts/install_mcp_for_ai.ps1 Windows one-click installation script
docs/mcp/V2_PUBLIC_API.md v2 public MCP method list
docs/pm/V2_FINAL_COMPLETION_MEMO.md v2 final completion memo
docs/V2_RELEASE_PACKAGE.md v2 release package description and manifest
Quick Start
Install Python
3.11+Install Vivado and ensure the version is no lower than
2018.3Execute:
cd D:\ai_playgraund\vivado_mcp
powershell -ExecutionPolicy Bypass -File .\scripts\install_mcp_for_ai.ps1Current Entry Points
The current release exposes Python in-process MCP-style entry points:
Core classes:
fpga_mcp.FpgaMcpServerfpga_mcp.FpgaMcpV2PublicServer
Notes:
This repository provides a Python package entry point for "method registration + protocol return shell + orchestration wiring"
It is not an independent stdio / HTTP transport layer service
To connect to an external AI host, you can directly import
FpgaMcpV2PublicServerin the host and calllist_methods()/invoke()
v2 Public Methods
create_workflowget_workflowlist_workflowsdesign_block_designdesign_iprun_simulationconfirm_workflowreject_workflowcancel_workflowsubmit_workflow_inputget_workflow_events
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for deterministic Vivado FPGA automation including project scaffolding, simulation, synthesis, implementation, and gated bitstream generation.4MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that enables AI assistants like Claude to directly interact with AMD/Xilinx Vivado FPGA development tools.4057MIT
- FlicenseBqualityBmaintenanceA Model Context Protocol server that lets AI clients operate AMD Vivado through safe, workflow-level tools while allowing the user to watch and interact with the Vivado GUI.21
- AlicenseNot gradedqualityCmaintenanceA lean MCP server that lets AI agents drive Xilinx Vivado for synthesis, implementation, simulation, and diagnostics through 30 curated tools and raw Tcl execution.Apache 2.0
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for Google Veo AI video generation
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lzw12123/mcp-for-vivado'
If you have feedback or need assistance with the MCP directory API, please join our Discord server