MCP.so
登录
R

Revit Mcp

@revit-mcp

关于 Revit Mcp

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

revit-mcp

提交者

lisiting01

配置

使用下面的配置,将此服务器添加到你的 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 服务器