Skip to content
Cursor

GoldBean MCP Server for Cursor

io.github.wuzenghai616-lang/goldbean

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

client:Cursor transport:stdio runtime:npm

Install GoldBean MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

GoldBean MCP Server in other clients