pynet-mcp-bridge
About
MCP implementation to connect AI agents with the PyNet Platform for BIM/Engineering automation.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Claude Code
claude mcp add pynet-mcp-bridge -- uvx pynet-mcp-bridge
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"pynet-mcp-bridge","command":"uvx","args":["pynet-mcp-bridge"]}'
JSON
{
"mcpServers": {
"pynet-mcp-bridge": {
"command": "uvx",
"args": [
"pynet-mcp-bridge"
]
}
}
}