Skip to main content
Glama
drvova

pi-motion-studio

by drvova

pi-motion-studio

Motion Studio MCP extension for Pi — CSS spring animations, bounce easing, cubic-bezier visualizations, and Motion code search.

Tools

Tool

Description

generate-css-spring

Generate CSS spring animation easing strings

generate-css-bounce-easing

Generate CSS bounce easing strings

visualise-spring

Visualize spring animation curves (saves PNG to /tmp/motion-studio/)

visualise-cubic-bezier

Visualize cubic-bezier easing curves (saves PNG to /tmp/motion-studio/)

search-motion-codex

Search Motion code examples (react/vue/js)

Related MCP server: spine-mcp

Install

# Clone and install
git clone https://github.com/drvova/pi-motion-studio.git
cd pi-motion-studio
npm install

Pi Configuration

Add to ~/.pi/agent/mcp.json:

{
  "mcpServers": {
    "motion": {
      "command": "node",
      "args": ["/path/to/pi-motion-studio/mcp/es/index.mjs"],
      "disabled": false
    }
  }
}

Features

  • No auth required — token checks patched out for local use

  • Auto-cleanup — PNG files older than 1 hour cleaned on server start

  • Lifecycle management — graceful shutdown on SIGTERM/SIGINT

  • All 5 tools — including Plus-gated visualise and codex tools

License

MIT

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/drvova/pi-motion-studio'

If you have feedback or need assistance with the MCP directory API, please join our Discord server