Revit MCP Server
revit-mcp
Английский |简体中文
Описание
revit-mcp позволяет взаимодействовать с Revit с использованием протокола MCP через клиенты, поддерживающие MCP (например, Claude, Cline и т. д.).
Этот проект представляет собой серверную часть (предоставляющую инструменты для ИИ), и вам необходимо использовать revit-mcp-plugin (управляющий Revit) совместно.
Присоединяйтесь к Discord | QQ Group
Related MCP server: Revit MCP Server
Функции
Разрешить ИИ получать данные из проекта Revit
Разрешите ИИ управлять Revit для создания, изменения и удаления элементов
Отправьте сгенерированный ИИ код в Revit для выполнения (может не увенчаться успехом, в некоторых простых сценариях с четкими требованиями процент успешных исходов выше)
Требования
nodejs 18+
Полная среда установки все еще должна учитывать потребности revit-mcp-plugin, см. revit-mcp-plugin
Установка
1. Создание локальной службы MCP
Установить зависимости
npm installСтроить
npm run build2. Конфигурация клиента
Клод клиент
Клиент Claude -> Настройки > Разработчик > Изменить конфигурацию > claude_desktop_config.json
{
"mcpServers": {
"revit-mcp": {
"command": "node",
"args": ["<path to the built file>\\build\\index.js"]
}
}
}Перезапустите клиент Claude. Когда вы увидите значок молотка, это означает, что подключение к службе MCP нормальное.

Рамки
flowchart LR
CladueDesktop --> revit-mcp --> SocketService--commandName-->CommandlSet--command-->CommandExecute
CommandManager --> CommandlSet
CommandExecute --executeResult--> SocketService
CommandProject1 --> CommandManager
CommandProject2 --> CommandManager
CommandProject... --> CommandManager
subgraph ide1 [MCPClient]
CladueDesktop
end
subgraph ide2 [MCPServer]
revit-mcp
end
subgraph ide3 [Revit]
subgraph ide3.1 [revit-mcp-plugin]
SocketService
CommandlSet
CommandManager
CommandExecute
end
endПоддерживаемые инструменты
Имя | Описание |
получить_текущую_информацию_просмотра | Получить информацию о текущем виде |
получить_текущие_элементы_просмотра | Получить текущие элементы представления |
получить_доступные_типы_семей | Получить доступные типы семейств в текущем проекте |
получить_выбранные_элементы | Получить выбранные элементы |
создать_элемент_на_основе_точки | Создать точечный элемент (дверь, окно, мебель) |
создать_элемент_на_основе_линии | Создать линейный элемент (стена, балка, труба) |
создать_поверхностный_элемент | Создать элемент на основе поверхности (пол, потолок) |
удалить_элементы | Удалить элементы |
сброс_модели | Сброс модели (удаление модели процесса при выполнении непрерывного диалога) |
изменить_элемент | Изменить свойства элемента (параметры экземпляра) |
поиск_модулей | Поиск доступных модулей |
использование_модуля | Использовать модуль |
отправить_код_на_revit | Отправить код в Revit для выполнения |
цветной_всплеск | Цветовые элементы на основе значения параметра |
теги_стены | Отметить все стены в поле зрения |
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceAllows AI to interact with Autodesk Revit via the MCP protocol, enabling retrieval of project data and automation of tasks like creating, modifying, and deleting elements.1340452MIT
- AlicenseAqualityDmaintenanceA Python package that enables integration with Autodesk Revit through the Model Context Protocol, allowing users to send commands to Revit and automate interactions with building models.2738MIT
- Alicense-qualityFmaintenanceThis project provides a robust integration between AI assistants and FreeCAD CAD software using the Model Context Protocol (MCP). It allows external applications to interact with FreeCAD through a standardized interface, offering multiple connection methods and specialized tools.24MIT
- AlicenseBquality-maintenanceEnables seamless communication between Claude AI and Autodesk Revit, allowing users to access and interact with Revit model information through natural language.618
Related MCP Connectors
Convert Revit files to XKT, IFC, or DWG and query BIM data via natural language.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ideook/revit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server