Integrations
Enables configuration of the server with environment variables stored in a .env file, including API credentials for Spline
Supports exporting Spline scenes to glTF format, allowing 3D models to be used in various platforms that support the format
Allows installation and running of the server through npm, including direct execution with npx
Spline MCP Server
An MCP server for working with the Spline 3D design tool API. This server provides a convenient interface for Claude to interact with Spline's features, including exporting scenes, importing models, creating animations, and managing projects.
Features
Basic Operations
- Export Spline scenes to various formats (GLB, GLTF, FBX, OBJ)
- Import 3D models into Spline
- Get details about Spline scenes
- List available Spline scenes
Animation Capabilities
- Create keyframe animations for objects
- Trigger existing animations
- List animations in a scene
- Create event-triggered animations (onClick, onHover, etc.)
Installation
Or use it directly with npx:
Configuration
Create a .env
file with your Spline API credentials:
Usage
This MCP server can be used with Claude to interact with Spline's features. Here are some examples of how to use it:
Basic Operations
Animation Operations
Animation Examples
Creating a Simple Rotation Animation
Creating an Event-Based Animation
Triggering Animations
API Documentation
For more information about the Spline API, see the official documentation.
License
MIT
This server cannot be installed
An interface that enables Claude to interact with Spline 3D design tool, allowing operations like exporting scenes, importing models, and creating animations through natural language commands.