Update README.md with addition of mcp-EDA#1899
Merged
domdomegg merged 4 commits intomodelcontextprotocol:mainfrom Aug 17, 2025
Merged
Update README.md with addition of mcp-EDA#1899domdomegg merged 4 commits intomodelcontextprotocol:mainfrom
domdomegg merged 4 commits intomodelcontextprotocol:mainfrom
Conversation
olaservo
reviewed
Jul 18, 2025
README.md
Outdated
| * **[Quarkus MCP Server SDK](https://github.com/quarkiverse/quarkus-mcp-server)** (Java) | ||
| * **[Spring AI MCP Server](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-server-boot-starter-docs.html)** - Provides auto-configuration for setting up an MCP server in Spring Boot applications. | ||
| * **[Template MCP Server](https://github.com/mcpdotdirect/template-mcp-server)** - A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure | ||
| * **[EDA MCP Server](https://github.com/NellyW8/mcp-EDA)** - A comprehensive Model Context Protocol server for Electronic Design Automation tools, enabling AI assistants to synthesize Verilog with Yosys, simulate designs with Icarus Verilog, run complete ASIC flows with OpenLane, and view results with GTKWave and KLayout |
Member
There was a problem hiding this comment.
Hi looks like this got skipped because it needs to set moved tot he community servers section instead.
- Moved entry from Frameworks section to Community Servers section - Placed alphabetically between ECharts and EdgeOne entries - Updated formatting to match existing community server entries 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
domdomegg
approved these changes
Aug 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
A comprehensive Model Context Protocol server that integrates Electronic Design Automation (EDA) tools with AI assistants like Claude Desktop and Cursor IDE. Enables natural language interaction with Verilog synthesis, simulation, ASIC design flows, and layout visualization tools.
Server Details
Motivation and Context
This server bridges the gap between AI assistants and Electronic Design Automation workflows. It solves the problem of having to manually switch between different EDA tools and enables hardware engineers to:
How Has This Been Tested?
Breaking Changes
Types of changes
Checklist
Additional context