Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
TagTeamDesign avatar

Lsp

  • Updated March 6, 2026
  • TagTeamDesign/lightsync-pro

LightSync Pro (lsp) is an MCP server that syncs Lightroom, Figma, Dropbox, and Canva assets into WordPress and Shopify via natural language.

About

io.github.KyleTaggart/lsp is the MCP catalog entry for LightSync Pro, a service that lets AI assistants move creative assets from Lightroom, Figma, Dropbox, and Canva into WordPress and Shopify using natural language instead of repetitive export-and-upload rituals. founders running a Shopify theme or WordPress marketing site often live across five tools; this server centralizes the handoff so an agent can place the right image or file in the CMS or product gallery. It connects over streamable HTTP to the hosted endpoint rather than a local stdio binary, which suits agents that support remote MCP remotes. It is commerce- and content-oriented integration tooling, not generic file hosting. Expect to authenticate through the LightSync Pro connect flow and to use it when your bottleneck is keeping storefront and blog media aligned with design sources during build, grow, and launch.

  • Sync assets from Lightroom, Figma, Dropbox, and Canva into WordPress and Shopify
  • Natural-language driven workflows via remote streamable-http MCP at lightsyncpro.com
  • LightSync Pro (lsp) version 2.8.0 with GitHub source at TagTeamDesign/lightsync-pro
  • Reduces manual export-upload cycles for storefront and blog media
  • Targets merchants and makers running WordPress or Shopify alongside design tools

Lsp by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http lsp https://lightsyncpro.com/connect

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthNone
Last updatedMarch 6, 2026
RepositoryTagTeamDesign/lightsync-pro

What it does

Connect Lightroom, Figma, Dropbox, and Canva to WordPress or Shopify through natural-language asset sync from your agent.

Who is it for?

Best when you're on WordPress or Shopify and live in Figma, Canva, Dropbox, or Lightroom and want agent-driven media sync.

Skip if: Custom headless storefronts with no WordPress/Shopify, or teams that forbid third-party hosted MCP remotes.

What you get

After connecting LightSync Pro, your agent can push and align creative assets across design sources and your live site or store from chat.

  • Synced product and blog media from design sources into WordPress or Shopify
  • Fewer manual export-upload cycles managed via agent instructions

By the numbers

  • Catalog version 2.8.0
  • Remote MCP type streamable-http at https://lightsyncpro.com/connect
  • Integrates Lightroom, Figma, Dropbox, Canva with WordPress and Shopify
README.md

Configuration Examples

Ready-to-use config snippets for connecting LightSync Pro MCP to your AI client.

Replace YOUR_TOKEN with the token from your LightSync Pro plugin settings under AI & Tools → MCP Settings.


Claude.ai (Connector URL)

In Claude.ai settings → IntegrationsAdd MCP Server:

https://yoursite.com/wp-json/lsp-client/v1/mcp?token=YOUR_TOKEN

This uses the Streamable HTTP transport — no additional setup required.


Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "lightsync-pro": {
      "type": "url",
      "url": "https://yoursite.com/wp-json/lsp-client/v1/mcp?token=YOUR_TOKEN"
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project root, or to the global config at ~/.cursor/mcp.json:

{
  "mcpServers": {
    "lightsync-pro": {
      "type": "url",
      "url": "https://yoursite.com/wp-json/lsp-client/v1/mcp?token=YOUR_TOKEN"
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "lightsync-pro": {
      "type": "url",
      "url": "https://yoursite.com/wp-json/lsp-client/v1/mcp?token=YOUR_TOKEN"
    }
  }
}

Multiple Sites

You can connect multiple WordPress sites simultaneously. Each needs its own token:

{
  "mcpServers": {
    "lightsync-main": {
      "type": "url",
      "url": "https://yoursite.com/wp-json/lsp-client/v1/mcp?token=TOKEN_1"
    },
    "lightsync-staging": {
      "type": "url",
      "url": "https://staging.yoursite.com/wp-json/lsp-client/v1/mcp?token=TOKEN_2"
    }
  }
}

Note: Claude.ai currently deduplicates servers with identical tool names. If connecting multiple sites in Claude.ai, this is a known limitation — the workaround is to use one site at a time via the connector URL.


Verifying the Connection

After configuring, ask your AI client:

"Check my LightSync Pro connection status"

A successful response looks like:

{
  "site_url": "https://yoursite.com",
  "plan": "pro",
  "connected": ["lightroom", "dropbox", "figma"]
}

If you get a 404, verify the plugin is active on your WordPress site and the token matches what's in the plugin settings.


SSE Legacy Transport (Advanced)

For clients that require the SSE transport instead of Streamable HTTP:

https://yoursite.com/wp-json/lsp-client/v1/mcp/sse?token=YOUR_TOKEN

The SSE endpoint supports both GET (stream) and POST (message). Most modern clients should use the standard /mcp endpoint above.

Recommended MCP Servers

How it compares

Hosted commerce-and-CMS asset MCP integration, not a local FFmpeg or web-scrape tool.

FAQ

Who is LightSync Pro (lsp) for?

Shopify and WordPress operators who want AI assistants to sync creative assets from Lightroom, Figma, Dropbox, and Canva without manual uploads.

When should I use LightSync Pro (lsp)?

Use it while building or refreshing product pages, blog posts, or campaigns when design files and live site media keep drifting apart.

How do I add LightSync Pro (lsp) to my agent?

Register the remote MCP URL https://lightsyncpro.com/connect as a streamable-http server in your agent’s MCP settings per LightSync Pro documentation.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.