Skip to content

GPIB MCP 0.2.0

Choose a tag to compare

@TGoodhew TGoodhew released this 26 Jun 02:39
· 49 commits to main since this release
92f6445

GPIB MCP server 0.2.0 (Windows x86). Requires NI-VISA / NI-488.2 installed.

Claude Desktop (one-click): download GpibMcp-0.2.0.mcpb below and open it in Claude Desktop (Settings -> Extensions), or drag it onto the window. A Claude Desktop Extension that installs in one click. Requires NI-VISA / NI-488.2 (#67).

Other local clients (stdio):

iwr https://raw.githubusercontent.com/TGoodhew/GPIB-MCP/main/packaging/Install-GpibMcp.ps1 -OutFile Install-GpibMcp.ps1
./Install-GpibMcp.ps1 -Client all   # vscode | cursor | windsurf | all

VS Code #89, Cursor #90, Windsurf #91 (or Claude Desktop manually).

Cloud clients (Streamable HTTP, this release adds the HTTP transport #68): run the server in HTTP mode and
tunnel it, then register the connector. Microsoft Copilot #88 / ChatGPT #92:

./Start-GpibMcpHttp.ps1             # http://127.0.0.1:3001/mcp + a bearer token; prints next steps

See packaging/copilot and packaging/chatgpt for the connector docs.

Or download GpibMcp-0.2.0-win-x86.zip below and unzip to %LOCALAPPDATA%\Programs\GpibMcp.