Virtuoso Schematic MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Virtuoso Schematic MCPList all instances in the opamp schematic from the my_design library"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Virtuoso Schematic MCP
This is a focused MCP server for interacting with Cadence Virtuoso schematics. It provides tools to inspect hierarchies, nets, instances, and verify schematic integrity.
Installation
Install the package:
pip install -r requirements.txtStart the SkillBridge Server in Virtuoso: In your Virtuoso CIW window:
load("/path/to/your/python/site-packages/skillbridge/resources/server.il") pyStartServer(?port 5000)
Related MCP server: Xcelium MCP Server
Tools Available
connect(host, port): Connects to the Virtuoso session.get_instances(lib, cell): Lists all instances (components) in the schematic.get_nets(lib, cell): Lists all nets and their connections (pins and instance terminals).inspect_instance(lib, cell, instance_name): Get properties and parameters of a specific component.check_and_save(lib, cell): RunsschCheckanddbSaveto validate the schematic.
Configuration
Add to your claude_desktop_config.json:
"virtuoso-schematic": {
"command": "python",
"args": ["/path/to/virtuoso-schematic-mcp/src/server.py"]
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables analysis of KiCad electronic schematics through natural language queries to search components, trace signal paths, explore connections, and analyze multi-board systems.301MIT
- AlicenseBqualityBmaintenanceEnables AI assistants to control Cadence Xcelium and SimVision simulators in real time for automated RTL and gate-level debugging. It provides 25 tools for signal inspection, watchpoints, binary search, and simulation state management.251MIT
- Alicense-qualityBmaintenanceEnables natural language interaction with KiCad projects, schematics, and PCBs, supporting project management, design rule checking, netlist extraction, and datasheet RAG search.2MIT
- Alicense-qualityDmaintenanceEnables AI tools to create, edit, and inspect KiCAD schematic files, including components, wires, labels, and sheets.MIT
Related MCP Connectors
Search your team's shared AI-skill library, get install commands, and save skills from your agent.
Software component catalog: search your org's services, docs, APIs, dependencies, and ownership.
Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/michelebergo/virtuoso-schematic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server