From 386b6c6a330ce040750ce91065c06ce4956c7809 Mon Sep 17 00:00:00 2001 From: NellyW8 <44984471+NellyW8@users.noreply.github.com> Date: Sat, 24 May 2025 00:03:32 -0400 Subject: [PATCH 1/2] Update README.md with addition of mcp-EDA --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 855a9ed675..53bd4786d6 100644 --- a/README.md +++ b/README.md @@ -556,6 +556,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie * **[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 ### For clients From b50e047480897e11834eac4b7d3896d487599514 Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Sun, 17 Aug 2025 15:46:43 +0100 Subject: [PATCH 2/2] Move EDA MCP Server to Community Servers section in alphabetical order MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9df17a80a..1ae0bcd661 100644 --- a/README.md +++ b/README.md @@ -620,6 +620,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[DynamoDB-Toolbox](https://www.dynamodbtoolbox.com/docs/databases/actions/mcp-toolkit)** - Leverages your Schemas and Access Patterns to interact with your [DynamoDB](https://aws.amazon.com/dynamodb) Database using natural language. - **[eBook-mcp](https://github.com/onebirdrocks/ebook-mcp)** - A lightweight MCP server that allows LLMs to read and interact with your personal PDF and EPUB ebooks. Ideal for building AI reading assistants or chat-based ebook interfaces. - **[ECharts MCP Server](https://github.com/hustcc/mcp-echarts)** - Generate visual charts using ECharts with AI MCP dynamically, used for chart generation and data analysis. +- **[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. - **[EdgeOne Pages MCP](https://github.com/TencentEdgeOne/edgeone-pages-mcp)** - An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL. - **[Edwin](https://github.com/edwin-finance/edwin/tree/main/examples/mcp-server)** - MCP server for edwin SDK - enabling AI agents to interact with DeFi protocols across EVM, Solana and other blockchains. - **[eechat](https://github.com/Lucassssss/eechat)** - An open-source, cross-platform desktop application that seamlessly connects with MCP servers, across Linux, macOS, and Windows.