Skip to main content
Glama

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

  1. Install the package:

    pip install -r requirements.txt
  2. Start 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): Runs schCheck and dbSave to validate the schematic.

Configuration

Add to your claude_desktop_config.json:

"virtuoso-schematic": {
  "command": "python",
  "args": ["/path/to/virtuoso-schematic-mcp/src/server.py"]
}
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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