revit-connections-with-claude

PrasannaChaurasia/revit-connections-with-claude
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Full Claude AI integration with Autodesk Revit — ExternalEvent bridge, pyRevit extension, MCP server. Urban Matrix / Prasanna Chaurasia
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "revit-connections-wi": {
      "command": "uvx",
      "args": [
        "revit-connections-with-claude"
      ]
    }
  }
}

Or install with pip: pip install revit-connections-with-claude

README Excerpt

<div align="center"> <img src="https://img.shields.io/badge/-%E2%96%A0%20CLAUDEREVIT-C8A96E?style=for-the-badge&logoColor=1a1a1a" height="36"/> <p> <img src="https://img.shields.io/badge/Revit-2023%2B-0696D7?style=flat-square&logo=autodesk&logoColor=white"/> <img src="https://img.shields.io/badge/pyRevit-5.0%2B-FF6B35?style=flat-square"/>