MCP Server
Active
MIT
ellmos Blender Use MCP Server
io.github.ellmos-ai/ellmos-blender-use-mcp
What is the ellmos Blender Use MCP server?
Headless Blender asset QA over MCP: background script runs and FBX reimport verification.
How to install ellmos Blender Use
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ellmos-blender-use-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-blender-use-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ellmos-blender-use-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-blender-use-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ellmos-blender-use-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-blender-use-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ellmos-blender-use-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ellmos-blender-use-mcp"
]
}
}
}Claude Code
claude mcp add ellmos-blender-use-mcp -- npx -y ellmos-blender-use-mcpRelated MCP servers
ellmos FileCommander
Active
Filesystem MCP server: files, processes, sessions, async search, OCR, archives, safe delete.
4
View repository →JavaScript
MIT
ellmos CodeCommander
Active
Developer MCP server: code analysis, JSON repair, imports, diffs, regex, format conversion.
3
View repository →TypeScript
MIT
n8n Manager MCP
Active
MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
2
View repository →TypeScript
MIT
Ellmos Clatcher MCP
Active
Utility MCP server: JSON repair, encoding fixes, conversion, duplicates, batch rename, archives.
1
View repository →TypeScript
MIT
ellmos ControlCenter
Active
MCP control plane: local server discovery, profiles, capability bundles, and policy audits.
1
View repository →TypeScript
MIT
ellmos Homebase
Active
Local-first LLM orchestration: memory, knowledge, state, routing, swarm, API discovery, plugins.
1
View repository →Python
MIT