Skip to main content
Glama

Spline MCP Server

by aydinfer

スプラインMCPサーバー

Spline 3DデザインツールAPIを操作するためのMCPサーバー。このサーバーは、シーンのエクスポート、モデルのインポート、アニメーションの作成、プロジェクトの管理など、Splineの機能を操作するための便利なインターフェースをClaudeに提供します。

特徴

基本操作

  • スプラインシーンをさまざまな形式(GLB、GLTF、FBX、OBJ)にエクスポートします。
  • 3Dモデルを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