Revit Mcp
@revit-mcp
关于 Revit Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"revit-mcp": {
"command": "node",
"args": [
"<path to the built file>\\build\\index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
—
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
评论