Reference
stdio MCP server for coding agents. Start with bun run calque mcp (or bun run mcp).
{
"mcpServers": {
"calque": {
"command": "bun",
"args": ["run", "--cwd", "/absolute/path/to/calque", "mcp"]
}
}
}
No secrets required for free convert. Set FIGMA_TOKEN in the agent environment for URL mode.
Convert Figma nodes / URL / dump into files[].
nodes_path (file path) over inlined nodes for large dumpsPOST /v1/convertWalk a local repo directory and produce a component index. Always runs on the client machine.
Determinism self-check: convert twice, report ok / mismatch. Use in agent CI loops.
Narrative playbook: AI agents & MCP.