Skip to main content
Glama

lightfast-mcp

Official
by lightfastai

lightfast-mcp - クリエイティブアプリケーション向けMCPサーバー実装

クリエイティブ アプリケーション向けの、すぐに使用できる MCP サーバー実装 - モデル コンテキスト プロトコルを通じて Blender やその他のクリエイティブ ツールを制御します

Lightfast MCP は、オプションの管理ツールと AI クライアント ツールを備え、クリエイティブ アプリケーション向けに信頼性が高く、十分にテストされた MCP サーバー実装を提供します。

🎯 コア MCP サーバー

  • 🎨 Blender MCP サーバー: 3D モデリング、アニメーション、レンダリングのために MCP プロトコルを介して Blender を制御します
  • 🧪 MCP モックサーバー: MCP プロトコル検証用のテストおよび開発サーバー

🔧 オプション機能

  • マルチサーバーオーケストレーション: 複数の 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%

それ以外の場合、インストール手順はウェブサイトに掲載されています: 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 を参照してください。

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

モデル コンテキスト プロトコルを介して Blender や Adobe Creative Suite などのクリエイティブ アプリケーションを AI モデルに接続し、これらのツール内で AI 主導の作成、操作、自動化を可能にします。

  1. 🎯 コア MCP サーバー
    1. 🔧 オプション機能
      1. プロトコルコンプライアンス
        1. インストール
          1. 発達
            1. ドキュメント
              1. 貢献
                1. ライセンス
                  1. 免責事項
                    1. クイックスタート
                      1. 🎯 コア使用量(MCP サーバーのみ)
                      2. 🔧 開発ツール(オーケストレーション + AI)
                      3. 🧪 開発

                    Related MCP Servers

                    • A
                      security
                      A
                      license
                      A
                      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 -
                      17
                      11,949
                      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
                      A 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.
                      Last updated -
                      30
                      Python
                      • Linux
                      • Apple
                    • A
                      security
                      A
                      license
                      A
                      quality
                      A foundation for building interactive applications using the Model Context Protocol that integrates AI capabilities with Magic UI components.
                      Last updated -
                      11
                      785
                      1
                      JavaScript
                      MIT License

                    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/lightfastai/lightfast-mcp'

                    If you have feedback or need assistance with the MCP directory API, please join our Discord server