Revit Mcp
@revit-mcp
About Revit Mcp
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"revit-mcp": {
"command": "node",
"args": [
"<path to the built file>\\build\\index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Revit Mcp?
Revit Mcp allows you to interact with Autodesk Revit using the Model Context Protocol (MCP) through MCP-supported clients such as Claude or Cline. It is the server-side component that provides tools to AI and must be used together with the companion plugin revit-mcp-plugin that actually drives Revit.
How to use Revit Mcp?
Clone the repository, install dependencies with npm install, build with npm run build, then configure your MCP client (e.g., Claude) by editing its configuration file (claude_desktop_config.json) to point the revit-mcp server to the built build/index.js file. Restart the client; a hammer icon indicates a successful connection.
Key features of Revit Mcp
- Retrieve current view information and elements
- Get available family types and selected elements
- Create point‑, line‑, and surface‑based elements
- Modify element properties (instance parameters)
- Delete elements or reset the entire model
- Send AI-generated C# code to execute in Revit
- Color‑splash elements based on a parameter value
- Tag all walls in the view
Use cases of Revit Mcp
- Querying Revit project data (views, elements, family types) via AI chat
- Automating creation of walls, doors, windows, floors, and other BIM elements
- Modifying selected elements’ parameters programmatically
- Testing and iterating AI-generated Revit API code in real time
- Applying visual feedback (color splash) or batch tagging to model elements
FAQ from Revit Mcp
—
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
Nginx UI
0xJackyYet another WebUI for Nginx

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments