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
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Comments