Skip to main content
Glama

Spline MCP Server

by aydinfer

Spline MCP 服务器

一个用于与 Spline 3D 设计工具 API 配合使用的 MCP 服务器。该服务器为 Claude 提供了一个便捷的界面,以便与 Spline 的功能进行交互,包括导出场景、导入模型、创建动画和管理项目。

特征

基本操作

  • 将 Spline 场景导出为各种格式(GLB、GLTF、FBX、OBJ)
  • 将 3D 模型导入 Spline
  • 获取有关 Spline 场景的详细信息
  • 列出可用的 Spline 场景

动画功能

  • 为对象创建关键帧动画
  • 触发现有动画
  • 列出场景中的动画
  • 创建事件触发动画(onClick、onHover 等)

安装

npm install spline-mcp-server

或者直接通过 npx 使用:

npx spline-mcp-server

配置

使用您的 Spline API 凭据创建一个.env文件:

SPLINE_API_KEY=your_api_key_here SPLINE_API_URL=https://api.spline.design

用法

此 MCP 服务器可与 Claude 配合使用,与 Spline 的功能进行交互。以下是一些使用示例:

基本操作

Export my Spline scene with ID "abc123" to GLB format
Import the 3D model from "https://example.com/model.glb" into my Spline project
Get details for my Spline scene with ID "abc123"
List my available Spline scenes

动画操作

Create an animation named "Rotate" for the cube object in my scene
Trigger the "Bounce" animation for the ball object
Create an onClick animation that makes an object move up when clicked
List all animations in my scene

动画示例

创建简单的旋转动画

Create an animation named "Spin" for object "cube-123" in scene "abc456" with keyframes for rotation

创建基于事件的动画

Create an onClick animation named "Grow" for object "button-123" in scene "abc456" that scales the object to 1.5x its size

触发动画

Trigger the "Pulse" animation for object "heart-123" in scene "abc456" with loop enabled

API 文档

有关 Spline API 的更多信息,请参阅官方文档

执照

麻省理工学院

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

该界面使 Claude 能够与 Spline 3D 设计工具进行交互,从而允许通过自然语言命令执行导出场景、导入模型和创建动画等操作。

  1. 特征
    1. 基本操作
    2. 动画功能
  2. 安装
    1. 配置
      1. 用法
        1. 基本操作
        2. 动画操作
      2. 动画示例
        1. 创建简单的旋转动画
        2. 创建基于事件的动画
        3. 触发动画
      3. API 文档
        1. 执照

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            Connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender for AI-assisted 3D modeling, scene manipulation, and rendering.
            Last updated -
            10,093
            Python
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            Connects Sketchup to Claude AI through the Model Context Protocol, allowing Claude to directly interact with and control Sketchup for prompt-assisted 3D modeling and scene manipulation.
            Last updated -
            20
            • Apple
          • -
            security
            F
            license
            -
            quality
            Connects Houdini to Claude AI through Model Context Protocol, enabling AI-assisted 3D modeling, scene creation, simulation setup, and rendering through natural language commands.
            Last updated -
            37
            • Apple
            • Linux
          • A
            security
            A
            license
            A
            quality
            Integration that connects Sketchup to Claude AI through the Model Context Protocol, allowing Claude to directly interact with and control Sketchup for prompt-assisted 3D modeling, scene creation, and manipulation.
            Last updated -
            10
            4
            MIT License
            • Apple

          View all related MCP servers

          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/aydinfer/spline-mcp-server'

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