Spline 3D Design
Summary
Spline MCP Server provides a bridge to the Spline 3D design tool API, enabling AI assistants to interact with Spline's features through a structured interface. It supports core operations like exporting scenes to various formats (GLB, GLTF, FBX, OBJ), importing 3D models, and managing scene details, while offering robust animation capabilities including creating keyframe animations, triggering existing animations, and setting up event-based interactions. The server uses axios for API communication and implements comprehensive error handling, making it valuable for designers and developers who want to programmatically control Spline's 3D environment without leaving their AI assistant conversation.
Available Actions(8)
Export Scene
Export a Spline scene to various formats. Parameters: sceneId (string), format (string, e.g., GLB, GLTF, FBX, OBJ)
Import Model
Import a 3D model into Spline. Parameters: modelUrl (string)
Get Scene Details
Get details for a specific Spline scene. Parameters: sceneId (string)
List Scenes
List all available Spline scenes.
Create Animation
Create a keyframe animation for an object in the scene. Parameters: animationName (string), objectId (string)
Trigger Animation
Trigger an existing animation for an object in the scene. Parameters: animationName (string), objectId (string)
List Animations
List all animations available in the current scene.
Create Event-Triggered Animation
Create an animation that triggers on an event (e.g., onClick). Parameters: animationName (string), objectId (string), event (string)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요