๐
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
Need the hosted version? If you'd rather not run your own Cloudflare Worker, keep an eye on mcp-g.com/apps โ when the hosted equivalent is offered, it'll be listed there.
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