Pynet MCP Bridge

PyNet Bridge is the execution layer that allows AI models to control Autodesk tools in real-time. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-04 · ★ 2 · #120 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Pynet MCP Bridge

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add rafa2403nunez-droid-pynetbridge -- uvx pynet-mcp-bridge

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "rafa2403nunez-droid-pynetbridge": {
      "command": "uvx",
      "args": [
        "pynet-mcp-bridge"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package pynet-mcp-bridge - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.rafa2403nunez-droid is GitHub-verified and matches the repo owner

03 · What Pynet MCP Bridge can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

1.1.0 · 2026-07-08

Release v1.1.0 - Signed Installer + Client Auto-Configuration Improvements · This release updates the PyNet Platform Bridge (MCP) Windows installer with digital signing and broader AI client support. · What's New…

04 · Who maintains Pynet MCP Bridge

pynet-mcp-bridge is maintained by rafa2403nunez-droid. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
automation - ranked #120 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-08)
registry
io.github.rafa2403nunez-droid/pynet-mcp-bridge (active, first published 2026-04-20)
packages
pypi:pynet-mcp-bridge

06 · Pynet MCP Bridge FAQ

What is Pynet MCP Bridge?

PyNet Bridge is the execution layer that allows AI models to control Autodesk tools in real-time. It runs locally over stdio via the published package.

Is Pynet MCP Bridge still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-04 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Pynet MCP Bridge?

Run `uvx pynet-mcp-bridge`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Pynet MCP Bridge run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Pynet MCP Bridge