Maibaamvfx
@MABAAM
关于 Maibaamvfx
Parse and generate VFX industry file formats via MCP. Round-trip stable Nuke .nk, MaterialX .mtlx, and USD ASCII .usda parsing — pure transforms, no filesystem access, zero native dependencies.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vfx-parsers": {
"command": "npx",
"args": [
"-y",
"mcp-vfx-parsers"
]
}
}
}工具
6Parse a Nuke .nk script into a structured AST with nodes, properties, wiring, and DAG edges.
Generate a Nuke .nk script from a JSON AST. Round-trip stable: parse(generate(parse(x))) === parse(x).
Parse a MaterialX .mtlx file into a structured AST with node graphs, inputs, materials, and DAG edges.
Generate MaterialX .mtlx XML from a JSON AST. Round-trip stable.
Parse a USD ASCII .usda file into a structured AST with prims, attributes, variants, connections, and composition arcs.
Generate USD ASCII .usda text from a JSON AST. Semantic round-trip: canonical pretty-print form.
概览
What is Maibaamvfx?
Maibaamvfx provides six M
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome Mlops
visengerA curated list of references for MLOps
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论