Maibaamvfx
@MABAAM
About 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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vfx-parsers": {
"command": "npx",
"args": [
"-y",
"mcp-vfx-parsers"
]
}
}
}Tools
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.
Overview
What is Maibaamvfx?
Maibaamvfx provides six M
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments