GoldenFlow
Rank #27,297io.github.benzsevern/goldenflow
Data transformation toolkit — standardize, reshape, and normalize messy data
GoldenFlow is a Model Context Protocol (MCP) server published by benzsevern. It ranks #27,297 of 115,591 servers tracked on MCP Toplist. GoldenFlow is listed on Smithery, with 8 tracked versions. It was first listed on Mar 27, 2026 and most recently updated on May 11, 2026.
Ranks ahead of 88,294 of 115,591 servers on MCP Toplist.
Use GoldenFlow
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http goldenflow https://server.smithery.ai/benzsevern/goldenflow/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add goldenflow -- uvx goldenflow[mcp_servers.goldenflow]
url = "https://server.smithery.ai/benzsevern/goldenflow/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.goldenflow]
command = "uvx"
args = ["goldenflow"]Add to ~/.codex/config.toml.
https://server.smithery.ai/benzsevern/goldenflow/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"goldenflow": {
"command": "uvx",
"args": [
"goldenflow"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"goldenflow": {
"url": "https://server.smithery.ai/benzsevern/goldenflow/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"goldenflow": {
"command": "uvx",
"args": [
"goldenflow"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"goldenflow": {
"type": "http",
"url": "https://server.smithery.ai/benzsevern/goldenflow/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"goldenflow": {
"type": "stdio",
"command": "uvx",
"args": [
"goldenflow"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"goldenflow": {
"serverUrl": "https://server.smithery.ai/benzsevern/goldenflow/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"goldenflow": {
"command": "uvx",
"args": [
"goldenflow"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"goldenflow": {
"url": "https://server.smithery.ai/benzsevern/goldenflow/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"goldenflow": {
"command": "uvx",
"args": [
"goldenflow"
]
}
}
}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.benzsevern%2Fgoldenflow)<a href="https://mcptoplist.com/server/io.github.benzsevern%2Fgoldenflow"><img src="https://mcptoplist.com/badge/io.github.benzsevern%2Fgoldenflow.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Previously listed on 1 registry
benzsevern
Other servers by benzsevern
- GoldenAnalysis#266 · 19 vers
- GoldenCheck#6,165 · 11 vers
- GoldenPipe#7,929 · 11 vers
- InferMap#8,555 · 9 vers
Available versions (8)
| Version | Published |
|---|---|
| 1.1.5 | May 11, 2026 |
| 1.1.4 | Apr 12, 2026 |
| 1.1.3 | Apr 10, 2026 |
| 1.1.2 | Apr 10, 2026 |
| 1.1.1-1 | Apr 10, 2026 |
| 1.1.1 | Apr 10, 2026 |
| 1.0.0 | Mar 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains GoldenFlow?
- GoldenFlow is maintained by benzsevern, which publishes 7 MCP servers (63 total versions) tracked on MCP Toplist.
- Is GoldenFlow listed on the Official MCP Registry?
- GoldenFlow is not on the Official MCP Registry. It is listed on Smithery.
- How many versions does GoldenFlow have?
- MCP Toplist tracks 8 versions of GoldenFlow, most recently published on May 11, 2026.
- Where can I find the source code for GoldenFlow?
- The source code for GoldenFlow is hosted at github.com/benzsevern/goldenflow.git.