MCP for Vivado
An AI-centric MCP server that enables automated Xilinx Vivado workflows, including project management, synthesis, implementation, and timing analysis. It allows AI agents to drive hardware design processes while integrating directly with the official Vivado GUI for visual context.
README
MCP for Vivado
面向 AI 的 Vivado MCP 工作台。
本项目采用 MCP-first 设计,不提供自研桌面 GUI;Vivado 相关操作必须在真实 Vivado GUI 中执行,并在关键步骤切到对应可视上下文。
当前状态
- 版本:
v1 - 验收结论:有条件通过,可发布
- 当前已知非阻塞项:
V1-DEFECT-006OPT-001
适用场景
- 由 AI 调用 MCP 方法,驱动 Vivado 工程主流程
- 自动发现本机 Vivado 版本并完成 workspace 级绑定
- 打开工程、添加源码/约束、运行综合/实现、读取时序与资源摘要
- 在 Vivado GUI 中显示关键步骤对应的上下文
目录说明
- docs/USER_INSTALL_AND_USAGE.md 用户安装到使用说明
- docs/AI_INSTALL_AND_USAGE.md 面向 AI / Agent 的接入说明
- scripts/install_mcp_for_ai.ps1 Windows 一键安装脚本
- docs/mcp/V1_MCP_METHODS.md v1 MCP 方法清单
- docs/pm/V1_ACCEPTANCE_SUMMARY.md 最终验收总结
快速开始
- 安装 Python
3.11+ - 安装 Vivado,并确保版本不低于
2018.3 - 执行:
cd D:\ai_playgraund\vivado_mcp
powershell -ExecutionPolicy Bypass -File .\scripts\install_mcp_for_ai.ps1
当前入口
当前 v1 暴露的是 Python 进程内 MCP 风格入口:
核心类:
fpga_mcp.FpgaMcpServer
说明:
- 当前仓库提供的是“方法注册 + 协议返回壳 + orchestration 接线”的 v1 入口
- 不是一个独立的 stdio / HTTP 传输层服务
- 若要接入外部 AI 宿主,可在宿主中直接导入
FpgaMcpServer并调用list_methods()/invoke()
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.