paper-cdp-mcp
Related Servers
Alternatives to paper-cdp-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables a locally run agent or script to read and write a real Figma layer tree through a local bridge — inspecting node structure and variables, exporting screenshots into the model's context, and performing batched create/update/move/rename/delete operations that collapse into a single undo step. All traffic stays on localhost between the bridge and the Figma plugin, with design-token auditing, binding, and creation included.2 npmMIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to read, create, edit, and organize Figma documents directly through a local plugin bridge, without needing a Figma AI subscription.1Apache 2.0
- AlicenseBqualityDmaintenanceEnables AI assistants to read and modify Figma designs programmatically through the Model Context Protocol.487 npm1MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to inspect Figma selections, navigate pages, render previews, generate starter code, and submit user-approved canvas edits through a local bridge.3 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to inspect, modify, export, and validate design documents with 47 tools covering design, code generation, branding, and print/mockup workflows.1 npm1MIT
- AlicenseAqualityBmaintenanceEnables AI agents and terminals to control TradingView Desktop over the Chrome DevTools Protocol, providing 29 tools for reading charts and indicator values, exporting data to CSV, managing alerts and layouts, and paper trading.29MIT
TDQS
Scored across 73 tools
Many tools have heavily overlapping purposes: scene information is split across get_basic_info, get_tree_summary, inspect_scene_context, get_node_info, get_children, query_nodes, and find_nodes, while mutations are scattered across apply_node_patch, apply_document_transaction, update_styles, set_text_content, rename_nodes, and move_nodes. The detailed descriptions help, but the boundaries are blurry enough that an agent could easily select the wrong tool.
Tool names overwhelmingly follow a clear verb_noun snake_case pattern (create_artboard, get_node_info, set_tokens, export_combined_pdf). Minor deviations exist—bare 'export', 'write_html' with lowercase noun, and compound verbs like 'autofix' and 'batch_write'—but these do not seriously undermine the predictable naming convention.
With 73 tools, this server far exceeds even the 50+ extreme-mismatch threshold. While the server covers a broad design domain, the sheer number of tools bloats context, complicates selection, and creates unnecessary overlap; a more focused surface of 15-25 tools would likely cover the same workflows more coherently.
The server provides deep coverage of node lifecycle, styles, design tokens, comments, checkpoints, export formats, responsive/generation, QA checks, and file/page management. Obvious gaps remain—no file deletion/rename, no page deletion, and no way to create or reply to comment threads—but core design-automation workflows are well represented.