Skip to main content
ClaudeWave

Shop across connected stores from any AI assistant — the Synchronity MCP server + WooCommerce connector (hosted Synchronity gateway).

MCP ServersOfficial Registry0 stars0 forksPHPMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/themewireco/synchronity
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/themewireco/synchronity and follow its README for install instructions.
Use cases

MCP Servers overview

<p align="center">
  <img src="icon.png" width="96" height="96" alt="Synchronity" />
</p>

<h1 align="center">Synchronity</h1>

<p align="center">Shop anything online with AI — search, compare, and buy across connected stores from any AI assistant.</p>

---

Synchronity is commerce infrastructure for AI assistants. It connects to the hosted **Synchronity gateway** at `https://api.synchronity.app` — there is nothing to self-host.

This repository contains the public, MIT-licensed pieces:

| Part | What it is |
|---|---|
| [`packages/mcp`](packages/mcp) | The MCP server — exposes shopping tools to Claude, Cursor, and any MCP client |
| [`packages/sdk`](packages/sdk) | Typed gateway client used by the MCP server |
| [`desktop-extension`](desktop-extension) | Claude Desktop extension (`.mcpb`) source — a zero-dependency bridge to the gateway |
| [`plugins/synchronity`](plugins/synchronity) | Cross-assistant plugin (Claude Code + Codex) — install via the marketplace below |
| [`woocommerce`](woocommerce) | The Synchronity WooCommerce plugin — makes a store agent-ready |

> Releases attach prebuilt artifacts: the **`synchronity.mcpb`** desktop extension and the **WooCommerce plugin zip**. See [Releases](https://github.com/themewireco/synchronity/releases).

## For shoppers — connect your AI assistant

### Claude Desktop (easiest)

1. Download **`synchronity.mcpb`** from the [latest release](https://github.com/themewireco/synchronity/releases/latest) (or from [api.synchronity.app/setup/download](https://api.synchronity.app/setup/download)).
2. Open it with Claude Desktop and click **Install**.
3. Ask Claude to shop — e.g. *"Search Synchronity for a wireless keyboard."*

### Claude Code (plugin marketplace)

```bash
/plugin marketplace add themewireco/synchronity
/plugin install synchronity@synchronity
```

Then just shop — *"find me a birthday cake from my stores"*. The plugin bundles
the `synchronity-commerce` skill and runs the MCP server locally via `npx`, so
there is nothing to clone or build.

### Codex

Add the **Synchronity** plugin from this repo (`plugins/synchronity`). Codex
reads `.codex-plugin/plugin.json` and connects to the hosted MCP at
`https://api.synchronity.app/mcp`, with the same `synchronity-commerce` skill.

### Any MCP client (manual)

```bash
npm install && npm run build
```

```jsonc
{
  "mcpServers": {
    "synchronity": {
      "command": "node",
      "args": ["/absolute/path/to/synchronity/packages/mcp/dist/index.js"],
      "env": { "GATEWAY_URL": "https://api.synchronity.app" }
    }
  }
}
```

`GATEWAY_URL` defaults to `https://api.synchronity.app`. Sensitive actions (checkout, payment) require buyer approval — the assistant walks you through a one-time approval step.

### What the assistant can do

Product search & details (with inline images), compare across stores, reviews, cart management, shipping, checkout, card/mobile-money payment, order tracking, and human-in-the-loop approval for sensitive actions.

## For merchants — make your WooCommerce store agent-ready

1. Download the **WooCommerce plugin zip** from the [latest release](https://github.com/themewireco/synchronity/releases/latest).
2. In WordPress: **Plugins → Add New → Upload Plugin**, choose the zip, **Install** and **Activate**.
3. Open **WooCommerce → Synchronity**, copy your connector key, and register your store with Synchronity.

Your store keeps its own catalog, currency, shipping, and orders — Synchronity routes agent requests to it through the gateway.

## Build the artifacts yourself

```bash
npm run build         # build the MCP server + client
npm run build:mcpb    # -> synchronity.mcpb (Claude Desktop extension)
npm run build:plugin  # -> synchronity-woocommerce-v<version>.zip
```

## Configuration

| Env var | Default | Purpose |
|---|---|---|
| `GATEWAY_URL` | `https://api.synchronity.app` | Synchronity gateway base URL |
| `DEFAULT_SITE_ID` | — | Optional default store to scope tools to |
| `DEBUG` | `false` | Verbose logging to stderr |

## Reviewing & testing

New here or reviewing the connector? Follow the end-to-end walkthrough: [docs/reviewer-testing.md](docs/reviewer-testing.md).

## Privacy & support

- Privacy Policy: [PRIVACY.md](PRIVACY.md) · at [synchronity.app/privacy-policy](https://synchronity.app/privacy-policy)
- Support: hello@themewire.co

## License

MIT © Themewire — see [LICENSE](LICENSE).

What people ask about synchronity

What is themewireco/synchronity?

+

themewireco/synchronity is mcp servers for the Claude AI ecosystem. Shop across connected stores from any AI assistant — the Synchronity MCP server + WooCommerce connector (hosted Synchronity gateway). It has 0 GitHub stars and was last updated today.

How do I install synchronity?

+

You can install synchronity by cloning the repository (https://github.com/themewireco/synchronity) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is themewireco/synchronity safe to use?

+

themewireco/synchronity has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains themewireco/synchronity?

+

themewireco/synchronity is maintained by themewireco. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to synchronity?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy synchronity to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: themewireco/synchronity
[![Featured on ClaudeWave](https://claudewave.com/api/badge/themewireco-synchronity)](https://claudewave.com/repo/themewireco-synchronity)
<a href="https://claudewave.com/repo/themewireco-synchronity"><img src="https://claudewave.com/api/badge/themewireco-synchronity" alt="Featured on ClaudeWave: themewireco/synchronity" width="320" height="64" /></a>

More MCP Servers

synchronity alternatives