lightfast-mcp
Officiallightfast-mcp - 创意应用的 MCP 服务器实现
适用于创意应用的生产就绪 MCP 服务器实现- 通过模型上下文协议控制 Blender 和其他创意工具。
Lightfast MCP 为创意应用程序提供可靠、经过充分测试的 MCP 服务器实现,并提供可选的管理和 AI 客户端工具。
🎯 核心 MCP 服务器
🎨 Blender MCP 服务器:通过 MCP 协议控制 Blender 进行 3D 建模、动画和渲染
🧪 Mock MCP 服务器:用于 MCP 协议验证的测试和开发服务器
Related MCP server: SketchupMCP
🔧 可选功能
多服务器编排:同时运行和协调多个 MCP 服务器
AI 集成:用于测试和与服务器交互的内置 AI 工具
配置驱动:YAML/JSON 配置,方便服务器管理
灵活传输:支持 stdio 和基于 HTTP 的传输
协议合规性
Lightfast MCP 严格遵循官方模型上下文协议规范。这确保了与所有 MCP 客户端的兼容性,并为 AI 模型与创意应用程序交互提供了标准化的方式。
有关模型上下文协议的更多信息,包括核心概念、资源、提示、工具和采样,请参阅官方 MCP 文档。
安装
Python 3.10 或更高版本
uv 包管理器
如果你使用的是 Mac,请将 uv 安装为
brew install uv在 Windows 上
powershell -c "irm https://astral.sh/uv/install.ps1 | iex" 进而
set Path=C:\Users\nntra\.local\bin;%Path%否则,安装说明在其网站上:安装 uv
发展
有关开发设置、工作流程信息和 Cursor IDE 集成,请参阅我们的开发人员指南。
文档
如需全面的文档、示例和指南,请访问我们的文档网站。
贡献
我们欢迎社区的贡献!无论您是想添加对新创意应用的支持、改进现有实现,还是增强文档,都欢迎提交拉取请求 (PR)。
有关如何开始的更多信息,请参阅我们的贡献指南。
执照
本项目遵循 MIT 许可证。详情请参阅LICENSE文件。
免责声明
这是一个社区驱动的项目。所提供的集成是第三方的,并非由相关软件供应商官方开发或认可。
快速入门
🎯 核心使用情况(仅限 MCP 服务器)
# Install core package
pip install lightfast-mcp
# Run individual servers
lightfast-blender-server # Blender MCP server
lightfast-mock-server # Mock MCP server for testing🔧 开发工具(编排 + AI)
# Install with development tools
pip install lightfast-mcp[tools]
# Multi-server orchestration
lightfast-mcp-orchestrator init
lightfast-mcp-orchestrator start
# AI integration for testing
lightfast-mcp-ai chat🧪 开发
# Development setup
uv pip install -e ".[dev]"
nox # Run tests有关完整的开发文档、测试指南和架构详细信息,请参阅DEV.md 。
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityAmaintenanceConnects 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.2126,253MIT
- AlicenseBqualityFmaintenanceConnects 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.10378MIT
- FlicenseNot gradedqualityCmaintenanceA server that integrates Blender with local AI models via the Model Context Protocol, allowing users to control Blender using natural language prompts for 3D modeling tasks.111
- AlicenseBqualityDmaintenanceConnects Blender to Claude AI through the Model Context Protocol, enabling AI-assisted 3D modeling, scene creation, and manipulation through natural language commands.172MIT
Related MCP Connectors
Build and run visual creative-production workflows from your AI agent.
Connect MCP clients to 2,000+ AI models without managing provider API keys.
Connect AI agents to Replynodes over the Model Context Protocol.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/lightfastai/lightfast-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server