lightfast-mcp
Officiallightfast-mcp - クリエイティブアプリケーション向けMCPサーバー実装
クリエイティブ アプリケーション向けの、すぐに使用できる MCP サーバー実装 - モデル コンテキスト プロトコルを通じて Blender やその他のクリエイティブ ツールを制御します。
Lightfast MCP は、オプションの管理ツールと AI クライアント ツールを備え、クリエイティブ アプリケーション向けに信頼性が高く、十分にテストされた MCP サーバー実装を提供します。
🎯 コア MCP サーバー
🎨 Blender MCP サーバー: 3D モデリング、アニメーション、レンダリングのために MCP プロトコルを介して Blender を制御します
🧪 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 uvWindowsの場合
powershell -c "irm https://astral.sh/uv/install.ps1 | iex" その後
set Path=C:\Users\nntra\.local\bin;%Path%それ以外の場合、インストール手順はウェブサイトに掲載されています: Install uv
発達
開発のセットアップ、ワークフロー情報、および Cursor IDE の統合については、開発者ガイドをご覧ください。
ドキュメント
包括的なドキュメント、例、ガイドについては、ドキュメント サイトをご覧ください。
貢献
コミュニティからの貢献を歓迎します!新しいクリエイティブアプリケーションのサポートを追加したい場合、既存の実装を改善したい場合、ドキュメントを充実させたい場合など、お気軽にプルリクエストを送信してください。
開始方法の詳細については、貢献ガイドを参照してください。
ライセンス
このプロジェクトは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