Archive

Claude

  • Connect Claude to Revit Using PyRevit’s MCP Server

    Model Context Protocol (MCP) is a standard way to give an AI assistant access to applications. In the context of Revit, I can have an LLM talk to Revit directly rather than building a Revit addin or macro. In this post, I’ll show you how to create a pipeline with three pieces: Claude → MCP…

    Connect Claude to Revit Using PyRevit’s MCP Server
  • Revit Macro First, Revit Addin Later

    Add-ins are undeniably the gold standard for deploying scalable tools in Revit (yes, even better than Dynamo Player in most cases). But if your goal is rapid automation and getting things done ASAP, going straight to Add-in development can slow you down. Here’s how to start with a macro.

    Revit Macro First, Revit Addin Later
  • How I Develop Apps On My Phone While Sitting in Manila Traffic

    Dev tools have officially gotten to the point where a mobile phone is now a legitimate place to ship code from. Not “read the code.” Not “approve a PR.” Actually implement a feature and have it live on your server two minutes later.

    How I Develop Apps On My Phone While Sitting in Manila Traffic