Skip to content
VS Code

GoldBean MCP Server for VS Code

io.github.wuzenghai616-lang/goldbean

51 Baidu AI MCP tools: OCR, Vision, LLM, Speech, NLP. Pay-per-call from $0.001.

client:VS Code transport:stdio runtime:npm

Install GoldBean MCP Server in VS Code

.vscode/mcp.json

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

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

GoldBean MCP Server in other clients