Servers
Spline MCP Server
@aydinfer
An MCP server for working with Spline 3D design tool API
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"spline-mcp-server": {
"command": "npx",
"args": [
"spline-mcp-server"
]
}
}
}