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

コメント

「その他」の他のコンテンツ