
Revit Mcp Skills
- 90 repo stars
- Updated July 17, 2026
- shuotao/REVIT_MCP_study
Revit MCP Skills is a Claude Code marketplace and reference implementation that connects AI clients to Autodesk Revit through MCP so developers can control BIM models and contribute domain knowledge.
About
Revit MCP Skills is a Claude Code marketplace built around a learn-by-doing Revit MCP stack for Taiwan architecture BIM workflows. It connects AI clients to Autodesk Revit through a Node.js MCP server and C# add-in over WebSocket, enabling natural-language model operations and packaged domain skills. Reach for it when integrating coding agents with Revit or contributing structured BIM knowledge via the hj-pr-proposal skill. The repo includes build scripts, AI client configs, and documentation for non-programmer-friendly setup.
- Revit MCP architecture: AI client, Node.js MCP server, C# Revit add-in
- WebSocket bridge on localhost:8964 with Revit 2022-2026 support
- Bundled hj-pr-proposal skill for fork-based BIM knowledge PR drafts
- Setup scripts and AI client config examples for Claude, Gemini, and Copilot
Revit Mcp Skills by the numbers
- Data as of Jul 24, 2026 (Skillselion catalog sync)
/plugin marketplace add shuotao/REVIT_MCP_studyAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 90 |
|---|---|
| Last updated | July 17, 2026 |
| Repository | shuotao/REVIT_MCP_study ↗ |
How do I let my AI coding client invoke Revit API workflows and contribute BIM domain knowledge without building the MCP bridge from scratch?
Connect AI clients to Autodesk Revit through an MCP server and Revit add-in for natural-language BIM model control and knowledge contributions.
Who is it for?
BIM developers and architects experimenting with AI-driven Revit automation and structured knowledge contributions.
Skip if: Teams with no Revit license, no Node.js environment, or projects unrelated to building information modeling.
What you get
AI clients can call Revit MCP tools against a live model and the hj-pr-proposal skill outputs aligned fork-ready knowledge contribution drafts.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
What components make up the Revit MCP stack?
An AI client talks stdio to a Node.js MCP server, which connects via WebSocket to a C# Revit add-in that executes Revit API commands.
Which Revit versions are supported?
The project targets Revit 2022 through 2026 with compatibility helpers in the C# add-in core.
What does the hj-pr-proposal skill do?
It translates domain, skill, and tool content into a fork-checked PR draft aligned to HJPLUS-style knowledge repository structure.