MCP for Vivado

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.

Category
Visit Server

README

MCP for Vivado

面向 AI 的 Vivado MCP 工作台。
本项目采用 MCP-first 设计,不提供自研桌面 GUI;Vivado 相关操作必须在真实 Vivado GUI 中执行,并在关键步骤切到对应可视上下文。

当前状态

  • 版本:v1
  • 验收结论:有条件通过,可发布
  • 当前已知非阻塞项:
    • V1-DEFECT-006
    • OPT-001

适用场景

  • 由 AI 调用 MCP 方法,驱动 Vivado 工程主流程
  • 自动发现本机 Vivado 版本并完成 workspace 级绑定
  • 打开工程、添加源码/约束、运行综合/实现、读取时序与资源摘要
  • 在 Vivado GUI 中显示关键步骤对应的上下文

目录说明

快速开始

  1. 安装 Python 3.11+
  2. 安装 Vivado,并确保版本不低于 2018.3
  3. 执行:
cd D:\ai_playgraund\vivado_mcp
powershell -ExecutionPolicy Bypass -File .\scripts\install_mcp_for_ai.ps1
  1. docs/USER_INSTALL_AND_USAGE.mddocs/AI_INSTALL_AND_USAGE.md 开始使用

当前入口

当前 v1 暴露的是 Python 进程内 MCP 风格入口:

核心类:

  • fpga_mcp.FpgaMcpServer

说明:

  • 当前仓库提供的是“方法注册 + 协议返回壳 + orchestration 接线”的 v1 入口
  • 不是一个独立的 stdio / HTTP 传输层服务
  • 若要接入外部 AI 宿主,可在宿主中直接导入 FpgaMcpServer 并调用 list_methods() / invoke()

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured