Skip to content
VS Code

inventpay mcp for VS Code

io.github.jams24/inventpay-mcp

Manage crypto payments, stores, digital products, and orders via InventPay

client:VS Code transport:stdio runtime:npm

Install inventpay mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "inventpay-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "inventpay-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

inventpay mcp in other clients