Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • argocd-mcp
  • IR Toolshed MCP Server
  • MCP Model Context Protocol Server
  • Aider MCP Server
  • OWASP Cheatsheets MCP Server
Back to MCP Servers
lightfast-mcp

lightfast-mcp

Public
lightfastai/lightfast-mcp

Connects creative applications like Blender and Adobe Creative Suite to AI models through the Model Context Protocol, enabling AI-driven creation, manipulation, and automation within these tools.

Verified
python
0 tools
May 30, 2025
Updated May 30, 2025

lightfast-mcp - MCP Server Implementations for Creative Applications

Production-ready MCP server implementations for creative applications - Control Blender and other creative tools through the Model Context Protocol.

Lightfast MCP provides reliable, well-tested MCP server implementations for creative applications, with optional management and AI client tools.

๐ŸŽฏ Core MCP Servers

  • ๐ŸŽจ Blender MCP Server: Control Blender through MCP protocol for 3D modeling, animation, and rendering
  • ๐Ÿงช Mock MCP Server: Testing and development server for MCP protocol validation

๐Ÿ”ง Optional Features

  • Multi-Server Orchestration: Run and coordinate multiple MCP servers simultaneously
  • AI Integration: Built-in AI tools for testing and interacting with servers
  • Configuration-Driven: YAML/JSON configuration for easy server management
  • Flexible Transport: Support for both stdio and HTTP-based transports

Protocol Compliance

Lightfast MCP strictly adheres to the official Model Context Protocol specification. This ensures compatibility with all MCP clients and provides a standardized way for AI models to interact with creative applications.

For more information about the Model Context Protocol, including core concepts, resources, prompts, tools, and sampling, please refer to the official MCP documentation.

Installation

  • Python 3.10 or newer
  • uv package manager

If you're on Mac, please install uv as

brew install uv

On Windows

powershell -c "irm https://astral.sh/uv/install.ps1 | iex"

and then

set Path=C:\Users ntra\.local\bin;%Path%

Otherwise installation instructions are on their website: Install uv

Development

For development setup, workflow information, and Cursor IDE integration, please see our Developer Guide.

Documentation

For comprehensive documentation, examples, and guides, please visit our documentation site.

Contributing

We welcome contributions from the community! Whether you want to add support for a new creative application, improve existing implementations, or enhance documentation, please feel free to submit a pull request.

See our Contributing Guide for more information on how to get started.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Disclaimer

This is a community-driven project. The integrations provided are third-party and not officially made or endorsed by the respective software vendors.

Quick Start

๐ŸŽฏ Core Usage (MCP Servers Only)

# Install core package pip install lightfast-mcp # Run individual servers lightfast-blender-server # Blender MCP server lightfast-mock-server # Mock MCP server for testing

๐Ÿ”ง Development Tools (Orchestration + 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

# Development setup uv pip install -e ".[dev]" nox # Run tests

For comprehensive development documentation, testing guide, and architecture details, see DEV.md.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • argocd-mcp
    argocd-mcp

    An MCP (Model Context Protocol) server that integrates with the ArgoCD API, enabling AI assistants a...

    Added May 30, 2025
  • IR Toolshed MCP Server
    IR Toolshed MCP Server

    A Model Context Protocol server that provides network analysis tools for security professionals, ena...

    Added May 30, 2025
  • MCP Model Context Protocol Server
    MCP Model Context Protocol Server

    A server implementation demonstrating how AI models can interact with external tools and services th...

    Added May 30, 2025
  • Aider MCP Server
    Aider MCP Server

    A Model Context Protocol server that connects Claude and other MCP clients to Aider, enabling AI ass...

    Added May 30, 2025
  • OWASP Cheatsheets MCP Server
    OWASP Cheatsheets MCP Server

    A minimal Model Context Protocol server that provides access to OWASP security cheat sheets through ...

    Added May 30, 2025