Synchronity
Rank #17,553io.github.themewireco/synchronity
Shop connected e-commerce stores: search, compare, cart, and checkout with buyer approval.
Synchronity is a Model Context Protocol (MCP) server published by themewireco. It ranks #17,553 of 115,591 servers tracked on MCP Toplist. Synchronity is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jun 8, 2026 and most recently updated on Jul 21, 2026.
Ranks ahead of 98,038 of 115,591 servers on MCP Toplist.
Use Synchronity
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http synchronity https://api.synchronity.app/mcpclaude mcp add synchronity -e "GATEWAY_URL=<your GATEWAY_URL>" -e "DEFAULT_SITE_ID=<your DEFAULT_SITE_ID>" -- npx -y @synchronity/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.synchronity]
url = "https://api.synchronity.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.synchronity]
command = "npx"
args = ["-y", "@synchronity/mcp-server"]
[mcp_servers.synchronity.env]
GATEWAY_URL = "<your GATEWAY_URL>"
DEFAULT_SITE_ID = "<your DEFAULT_SITE_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.synchronity.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"synchronity": {
"command": "npx",
"args": [
"-y",
"@synchronity/mcp-server"
],
"env": {
"GATEWAY_URL": "<your GATEWAY_URL>",
"DEFAULT_SITE_ID": "<your DEFAULT_SITE_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"synchronity": {
"url": "https://api.synchronity.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"synchronity": {
"command": "npx",
"args": [
"-y",
"@synchronity/mcp-server"
],
"env": {
"GATEWAY_URL": "<your GATEWAY_URL>",
"DEFAULT_SITE_ID": "<your DEFAULT_SITE_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"synchronity": {
"type": "http",
"url": "https://api.synchronity.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"synchronity": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@synchronity/mcp-server"
],
"env": {
"GATEWAY_URL": "<your GATEWAY_URL>",
"DEFAULT_SITE_ID": "<your DEFAULT_SITE_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"synchronity": {
"serverUrl": "https://api.synchronity.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"synchronity": {
"command": "npx",
"args": [
"-y",
"@synchronity/mcp-server"
],
"env": {
"GATEWAY_URL": "<your GATEWAY_URL>",
"DEFAULT_SITE_ID": "<your DEFAULT_SITE_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"synchronity": {
"url": "https://api.synchronity.app/mcp"
}
}
}{
"mcpServers": {
"synchronity": {
"command": "npx",
"args": [
"-y",
"@synchronity/mcp-server"
],
"env": {
"GATEWAY_URL": "<your GATEWAY_URL>",
"DEFAULT_SITE_ID": "<your DEFAULT_SITE_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
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.themewireco%2Fsynchronity)<a href="https://mcptoplist.com/server/io.github.themewireco%2Fsynchronity"><img src="https://mcptoplist.com/badge/io.github.themewireco%2Fsynchronity.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
themewireco
Available versions (1)
| Version | Published |
|---|---|
| 0.5.21 | Jul 21, 2026 |
Frequently asked questions
- Who maintains Synchronity?
- Synchronity is maintained by themewireco, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Synchronity listed on the Official MCP Registry?
- Yes — Synchronity is listed on the Official MCP Registry, alongside Glama.
- How many versions does Synchronity have?
- MCP Toplist tracks 1 version of Synchronity, most recently published on Jul 21, 2026.
- Where can I find the source code for Synchronity?
- The source code for Synchronity is hosted at github.com/themewireco/synchronity.