An MCP server for working with Spline 3D design tool API
Overview
what is Spline MCP Server?
Spline MCP Server is a server designed to work with the Spline 3D design tool API, providing a convenient interface for users to interact with Spline's features such as exporting scenes, importing models, creating animations, and managing projects.
how to use Spline MCP Server?
To use Spline MCP Server, install it via npm or npx, and configure your Spline API credentials in a .env file. You can then use it to perform various operations with Spline's API.
key features of Spline MCP Server?
- Export Spline scenes to multiple formats (GLB, GLTF, FBX, OBJ)
- Import 3D models into Spline
- Create and manage animations for objects
- Retrieve details and list available Spline scenes
use cases of Spline MCP Server?
- Exporting 3D scenes for use in other applications.
- Importing external 3D models into Spline for further editing.
- Creating interactive animations for web applications.
FAQ from Spline MCP Server?
- What formats can I export my Spline scenes to?
You can export to GLB, GLTF, FBX, and OBJ formats.
- How do I install Spline MCP Server?
You can install it using npm with
npm install spline-mcp-serveror directly withnpx spline-mcp-server.
- Do I need an API key to use Spline MCP Server?
Yes, you need to create a
.envfile with your Spline API credentials.