Gs1 Bridge MCP Server
Rank #65,851io.github.CSOAI-ORG/gs1-bridge-mcp
Bridge GS1 / EPCIS supply-chain identity + traceability to ONE OS — parse, map, govern (EU Digital
Gs1 Bridge MCP Server is a Model Context Protocol (MCP) server published by CSAO-ORG. It ranks #65,851 of 115,591 servers tracked on MCP Toplist. Gs1 Bridge MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 19, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 49,740 of 115,591 servers on MCP Toplist.
Use Gs1 Bridge MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gs1-bridge-mcp -- uvx gs1-bridge-mcp[mcp_servers.gs1-bridge-mcp]
command = "uvx"
args = ["gs1-bridge-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"gs1-bridge-mcp": {
"command": "uvx",
"args": [
"gs1-bridge-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"gs1-bridge-mcp": {
"command": "uvx",
"args": [
"gs1-bridge-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gs1-bridge-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gs1-bridge-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gs1-bridge-mcp": {
"command": "uvx",
"args": [
"gs1-bridge-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gs1-bridge-mcp": {
"command": "uvx",
"args": [
"gs1-bridge-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.CSOAI-ORG%2Fgs1-bridge-mcp)<a href="https://mcptoplist.com/server/io.github.CSOAI-ORG%2Fgs1-bridge-mcp"><img src="https://mcptoplist.com/badge/io.github.CSOAI-ORG%2Fgs1-bridge-mcp.svg" alt="MCP Toplist: #65,851 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
CSAO-ORG
Other servers by CSAO-ORG
- Edi Bridge MCP Server#65,848 · 1 ver
- Fix Bridge MCP Server#65,849 · 1 ver
- Hl7 Fhir Bridge MCP Server#65,852 · 1 ver
- Iso8583 Bridge MCP Server#65,854 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 19, 2026 |
Frequently asked questions
- Who maintains Gs1 Bridge MCP Server?
- Gs1 Bridge MCP Server is maintained by CSAO-ORG, which publishes 5 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Gs1 Bridge MCP Server listed on the Official MCP Registry?
- Yes — Gs1 Bridge MCP Server is listed on the Official MCP Registry.
- How many versions does Gs1 Bridge MCP Server have?
- MCP Toplist tracks 1 version of Gs1 Bridge MCP Server, most recently published on Aug 19, 2026.
- Where can I find the source code for Gs1 Bridge MCP Server?
- The source code for Gs1 Bridge MCP Server is hosted at github.com/CSAO-ORG/gs1-bridge-mcp.