Spline
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.
What is Spline?
Spline is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 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.
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.
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- An interface that enables Claude to interact with Spline 3D
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx spline-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Spline
The spline-mcp-server enables Claude to interact with the Spline 3D design tool through natural language, generating integration code for embedding and controlling Spline scenes in JavaScript, React, and Next.js applications using the @splinetool/runtime library. It covers object queries, event emission, variable management, playback control, and scene loading — giving developers working AI-generated starter code for Spline web integrations. Use it to skip manual API documentation lookups and get runnable code snippets directly from Claude.
Prerequisites
- Node.js 16 or later with npx available
- A Spline account with at least one published scene (spline.design)
- The @splinetool/runtime npm package in your web project for runtime code to execute
- An MCP-compatible client such as Claude Desktop
Add the server to Claude Desktop configuration
Open your Claude Desktop config file at ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows) and add the spline-mcp-server entry.
{
"mcpServers": {
"spline": {
"command": "npx",
"args": ["-y", "spline-mcp-server"]
}
}
}Restart Claude Desktop
Quit and reopen Claude Desktop so it loads the new MCP server. npx will download spline-mcp-server on first use. No API key or environment variables are required.
Publish your Spline scene and copy the scene URL
In the Spline editor, click Export or Share, set visibility to Public, and copy the .splinecode URL. You will pass this URL to Claude when asking for integration code.
Install the Spline runtime in your project
Add @splinetool/runtime to the web project where you want to embed the Spline scene. This is the library that the generated code depends on.
npm install @splinetool/runtimeAsk Claude to generate integration code
Provide your scene URL and describe what interactions you need. Claude will use the MCP tools to produce working runtime code tailored to your framework.
Spline Examples
Client configuration
claude_desktop_config.json entry for the spline-mcp-server. No credentials required.
{
"mcpServers": {
"spline": {
"command": "npx",
"args": ["-y", "spline-mcp-server"]
}
}
}Prompts to try
Example natural-language prompts for generating Spline scene integrations.
- "Generate a React component that loads my Spline scene from https://prod.spline.design/abc123/scene.splinecode and triggers an animation when a button is clicked"
- "Write a Next.js page that embeds a Spline scene and hides the object named 'Overlay' after 3 seconds"
- "Create vanilla JavaScript that loads a Spline scene, finds an object called 'Cube', and changes its position on mouse move"
- "Show me how to use emitEvent to trigger a 'hover' event on the 'Logo' object in my Spline scene"Troubleshooting Spline
Generated code throws 'Cannot find module @splinetool/runtime'
Run 'npm install @splinetool/runtime' in your web project directory. The generated code imports from this package, which must be installed separately from the MCP server.
Scene fails to load in the browser with a CORS or 404 error
Make sure your Spline scene is published and set to Public visibility. The URL must end with .splinecode. Private or unpublished scenes will return 403 or 404 errors at runtime.
Claude says no spline tools are available
Verify the config uses 'spline-mcp-server' (with hyphens, not 'spline'). Restart Claude Desktop after editing the config. Run 'npx -y spline-mcp-server' in a terminal to confirm the package downloads without errors.
Frequently Asked Questions about Spline
What is Spline?
Spline is a Model Context Protocol (MCP) server that 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. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Spline?
Follow the installation instructions on the Spline GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Spline?
Spline works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Spline free to use?
Yes, Spline is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Spline Alternatives — Similar Developer Tools Servers
Looking for alternatives to Spline? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Spline in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Spline?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.