Linnworks MCP
Self-host the source. Deploy to your own Cloudflare. Connect Claude to your Linnworks data.
Source bundle
£249 one-off
Cloudflare Workers
Linnworks MCP is a TypeScript source bundle for a Linnworks MCP server that runs on Cloudflare Workers. You unzip it, deploy to your own Cloudflare account, point Claude Desktop at it, and start asking questions about your Linnworks data in natural language.
Who it's for
- Dev shops deploying for multiple Linnworks-using clients
- In-house teams who want full control over their data and their infrastructure
- Solo Linnworks consultants building bespoke AI workflows for one or two customers
What you need to use it
- A Cloudflare account (the free plan works fine)
- An active Linnworks Premium or Multichannel subscription
- Basic comfort with TypeScript and the Wrangler CLI
- Claude Desktop, Cursor, Windsurf, or any other MCP-capable client
What's in the bundle
src/— TypeScript Cloudflare Worker codepackage.json,tsconfig.json, samplewrangler.tomlREADME.mdwith deploy instructions- A complete Linnworks API client (auth, paginated reads, error handling, rate-limit awareness)
- An MCP server implementation using Cloudflare Durable Objects
- OAuth + bearer-token authentication patterns
- Endpoints exposing: orders, stock levels, purchase orders, returns, customers, listings
Looking for a hosted version? The hosted plan has been retired — the MCP is sold as a source-code download you deploy to your own Cloudflare account. If you'd rather not run a Worker at all, our ready-made apps at mcp-g.com/apps need no deploy.
Next steps
- User Guide — full deployment walkthrough, secrets, Linnworks install, Claude Desktop config
- Troubleshooting — the common failure modes and how to fix them
- FAQ — licence, updates, refunds, multi-client deployment