GoldBean — Baidu AI Gateway for Global Developers
Rank #47,622io.github.wuzenghai616-lang/goldbean
Baidu AI gateway — 51 MCP tools: OCR, TTS, ASR, LLM, Vision, NLP, Image/Video Gen. From $0.001/call.
GoldBean — Baidu AI Gateway for Global Developers is a Model Context Protocol (MCP) server published by wuzenghai616-lang. It ranks #47,622 of 115,591 servers tracked on MCP Toplist. GoldBean — Baidu AI Gateway for Global Developers is listed on Official MCP, with 2 tracked versions. It was first listed on May 28, 2026 and most recently updated on Jul 15, 2026.
Ranks ahead of 67,969 of 115,591 servers on MCP Toplist.
Use GoldBean — Baidu AI Gateway for Global Developers
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add goldbean -- npx -y goldbean-mcp[mcp_servers.goldbean]
command = "npx"
args = ["-y", "goldbean-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"goldbean": {
"command": "npx",
"args": [
"-y",
"goldbean-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"goldbean": {
"command": "npx",
"args": [
"-y",
"goldbean-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"goldbean": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"goldbean-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"goldbean": {
"command": "npx",
"args": [
"-y",
"goldbean-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"goldbean": {
"command": "npx",
"args": [
"-y",
"goldbean-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wuzenghai616-lang%2Fgoldbean)<a href="https://mcptoplist.com/server/io.github.wuzenghai616-lang%2Fgoldbean"><img src="https://mcptoplist.com/badge/io.github.wuzenghai616-lang%2Fgoldbean.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
wuzenghai616-lang
Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Jul 15, 2026 |
| 0.2.3 | May 28, 2026 |
Frequently asked questions
- Who maintains GoldBean — Baidu AI Gateway for Global Developers?
- GoldBean — Baidu AI Gateway for Global Developers is maintained by wuzenghai616-lang, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is GoldBean — Baidu AI Gateway for Global Developers listed on the Official MCP Registry?
- Yes — GoldBean — Baidu AI Gateway for Global Developers is listed on the Official MCP Registry.
- How many versions does GoldBean — Baidu AI Gateway for Global Developers have?
- MCP Toplist tracks 2 versions of GoldBean — Baidu AI Gateway for Global Developers, most recently published on Jul 15, 2026.
- Where can I find the source code for GoldBean — Baidu AI Gateway for Global Developers?
- The source code for GoldBean — Baidu AI Gateway for Global Developers is hosted at github.com/wuzenghai616-lang/goldbean.