Stats
Actions
Tags
From vibe-ic
Provides local access to Electronic Design Automation (EDA) tools via a containerized environment. Runs as a Node.js process. Configured with EDA_CONTAINER environment variable.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"eda-tools": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-eda/src/bootstrap.mjs"
],
"env": {
"EDA_CONTAINER": "vibeic-eda"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
EDA_CONTAINER=vibeic-edanpx claudepluginhub vibeic/vibe-ic --plugin vibe-ic