Skip to main content
Glama
522,931 tools. Updated 2026-09-06 13:28

"Archicad" matching MCP tools:

  • List all Archicad API commands and their descriptions to identify the correct command for any task, enabling accurate command selection before fetching the command's schema.
    MIT
  • Run Python scripts on a selected Archicad port for automation. Execute custom workflows with access to Archicad and Tapir commands.
    MIT
  • Find running Archicad instances by scanning ports 19723-19743, returning port, project name, and version to target them in automation.
    MIT
  • List running Archicad instances with port, version, open project, and Tapir add-on availability to identify the correct instance for connection.
    MIT
  • Reads an exported Archicad schedule scheme XML file to list its criteria and ordered columns, showing what each column binds to. Pass the file path to get a structured description.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP server for Archicad automation, enabling AI assistants to run Python scripts against running Archicad instances via the Tapir JSON API for complex workflows.
    4
    4
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    An MCP server connecting Claude to a running Archicad 29 instance for delivery-readiness QA via YAML rules and full Archicad API access, including querying, editing, creating elements, and schedule scheme editing.
    36
    MIT
  • Executes Archicad API commands by name using schema-defined arguments. Retrieve the command schema first, supply the active Archicad port, and pass a page_token to continue paged responses.
    MIT
  • Run a single Archicad API write command to change the project, with mandatory confirmation for irreversible actions like deleting elements or quitting Archicad.
    MIT
    Destructive
  • Execute a read-only Archicad API command by name and get its result, supporting official JSON API and Tapir, while blocking project-changing commands.
    MIT
  • Fetch the GUIDs of elements currently selected in Archicad to identify active items for downstream queries or edits.
    MIT
  • Identifies building elements that violate a specified rule and highlights them in the Archicad view for quick QA review.
    MIT
  • Deselect all elements in the Archicad window. Use this to clear the current selection and avoid unintended modifications.
    MIT
  • Trigger a named Archicad publisher set to produce output files for delivery, automating the publication process.
    MIT
    Destructive
  • Retrieves Archicad project details—version, name, stories, hotlinks, geolocation presence—for delivery-readiness QA and project assessment.
    MIT
  • Establish a persistent binding to an Archicad project using a project hint, instanceId, or recent foreground. Returns a contextId for all subsequent operations.
    -
  • Search Archicad properties by keyword, group, or exact name to retrieve GUIDs needed for querying element values.
    MIT
  • Search Archicad model elements by property conditions and element types, combining filter groups with AND/OR logic. Returns matching element GUIDs and counts for QA and validation workflows.
    MIT