MCPBlender Servers is a curated collection of Model Context Protocol (MCP) server integrations that connect creative and professional tools directly to Claude AI. Each server enables seamless, structured communication between an application and Claude, unlocking AI-assisted workflows without leaving your tool of choice.
Join the community on Discord to discuss integrations, get help, and share what you're building.
| Server | Description | Install |
|---|---|---|
| blender-mcp | Connect Blender to Claude AI β generate geometry, write scripts, and control scenes through natural language | uvx blender-mcp |
| ableton-mcp | Connect Ableton Live to Claude AI β compose, arrange, and manipulate sessions through natural language | uvx ableton-mcp |
The Model Context Protocol (MCP) is an open standard developed by Anthropic that defines how AI models communicate with external tools and data sources. Rather than relying on ad-hoc integrations, MCP provides a structured, secure protocol so that any MCP-compatible client (such as Claude Desktop) can connect to any MCP server.
Key properties:
- Structured tool definitions β servers declare their capabilities explicitly
- Secure, sandboxed access β the AI only interacts through well-defined interfaces
- Language-agnostic β servers can be implemented in Python, TypeScript, or any language
- Composable β multiple servers can run simultaneously, each covering a different domain
Learn more at modelcontextprotocol.io.
Contributions are welcome β bug fixes, new servers, documentation improvements, and feature requests all help the ecosystem grow.
- Fork this repository
- Create a feature branch (
git checkout -b feature/my-server) - Commit your changes with a clear message
- Open a Pull Request describing what the integration does and how to test it
Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md before submitting.
For questions or to discuss an idea before opening a PR, join the Discord community.
Distributed under the MIT License. See LICENSE for details.