Shape MCP Server

tsParticles spiral shape

Remote serverstreamable-httpTypeScript

What is the Shape MCP server?

Shape MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. tsParticles spiral shape.

What you get

Documentation and Development references here 📖

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

Once Shape is connected, these are the calls the assistant has available:

  • jsDelivr — The jsDelivr tool exposed by this server
  • cdnjs — The cdnjs tool exposed by this server
  • unpkg — The unpkg tool exposed by this server
  • Angular — The Angular tool exposed by this server
  • Astro — The Astro tool exposed by this server
  • Inferno — The Inferno tool exposed by this server
  • jQuery — The jQuery tool exposed by this server
  • Preact — The Preact tool exposed by this server
  • Qwik — The Qwik tool exposed by this server
  • ReactJS — The ReactJS tool exposed by this server
  • RiotJS — The RiotJS tool exposed by this server
  • SolidJS — The SolidJS tool exposed by this server

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Shape.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the shape mcp server does with a few real requests.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Shape's toolset — jsDelivr, cdnjs, unpkg and 11 more — is a fair guide to whether it matches your workflow. It is maintained by GitHub Actions; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Shape's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
jsDelivrThe jsDelivr tool exposed by this server.
cdnjsThe cdnjs tool exposed by this server.
unpkgThe unpkg tool exposed by this server.
AngularThe Angular tool exposed by this server.
AstroThe Astro tool exposed by this server.
InfernoThe Inferno tool exposed by this server.
jQueryThe jQuery tool exposed by this server.
PreactThe Preact tool exposed by this server.
QwikThe Qwik tool exposed by this server.
ReactJSThe ReactJS tool exposed by this server.
RiotJSThe RiotJS tool exposed by this server.
SolidJSThe SolidJS tool exposed by this server.
SvelteThe Svelte tool exposed by this server.
WordPressThe WordPress tool exposed by this server.

How to install the Shape MCP server

{
  "mcpServers": {
    "spiral": {
      "command": "npx",
      "args": ["-y", "@tsparticles/engine"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Shape to jsDelivr.
  • Use Shape to cdnjs.
  • Use Shape to unpkg.

Frequently asked questions

It connects Shape to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (jsDelivr, cdnjs, unpkg, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Shape directly.