Revit MCP
revit-mcp
Inglés | Chino tradicional
Descripción
revit-mcp le permite interactuar con Revit utilizando el protocolo MCP a través de clientes compatibles con MCP (como Claude, Cline, etc.).
Este proyecto es del lado del servidor (que proporciona herramientas a la IA) y necesita usar revit-mcp-plugin (que controla Revit) en conjunto.
Related MCP server: RevitMCPBridge2026
Características
Permitir que la IA obtenga datos del proyecto de Revit
Permita que la IA controle Revit para crear, modificar y eliminar elementos
Envíe el código generado por IA a Revit para su ejecución (puede que no tenga éxito, la tasa de éxito es mayor en algunos escenarios simples con requisitos claros)
Requisitos
node.js 18+
El entorno de instalación completo aún debe considerar las necesidades de revit-mcp-plugin, consulte revit-mcp-plugin
Instalación
1. Construir un servicio MCP local
Instalar dependencias
npm installConstruir
npm run build2. Configuración del cliente
Cliente Claude
Cliente Claude -> Configuración > Desarrollador > Editar configuración > claude_desktop_config.json
{
"mcpServers": {
"revit-mcp": {
"command": "node",
"args": ["<path to the built file>\\build\\index.js"]
}
}
}Reinicie el cliente Claude. Cuando vea el icono del martillo, significa que la conexión con el servicio MCP es normal.

Estructura
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
endHerramientas compatibles
Nombre | Descripción |
obtener_información_de_vista_actual | Obtener información de vista actual |
obtener_elementos_de_vista_actual | Obtener elementos de la vista actual |
obtener_tipos_de_familia_disponibles | Obtener los tipos de familia disponibles en el proyecto actual |
obtener_elementos_seleccionados | Obtener elementos seleccionados |
crear_elemento_basado_en_puntos | Crear elemento basado en puntos (puerta, ventana, mueble) |
crear_elemento_basado_en_línea | Crear un elemento basado en líneas (pared, viga, tubería) |
crear_elemento_basado_en_superficie | Crear elemento basado en superficie (suelo, techo) |
eliminar_elementos | Eliminar elementos |
restablecer_modelo | Restablecer modelo (eliminar el modelo de proceso al ejecutar un diálogo continuo) |
modificar_elemento | Modificar las propiedades del elemento (parámetros de instancia) |
módulos de búsqueda | Buscar módulos disponibles |
módulo de uso | Utilizar módulo |
enviar_código_a_revit | Enviar código a Revit para ejecutar |
salpicadura de color | Elementos de color basados en un valor de parámetro |
paredes de etiquetas | Etiquetar todas las paredes a la vista |
Maintenance
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
- AlicenseBqualityNot gradedmaintenanceAllows AI assistants to interact with Autodesk Revit through the MCP protocol, enabling the AI to create, modify, and delete elements in Revit projects.15401
- AlicenseNot gradedqualityAmaintenanceMCP server for Autodesk Revit (BIM) with 705+ API endpoints. Enables AI agents to create walls, place doors/windows, generate sheets, manage views, and produce construction documents via the Model Context Protocol. Uses named pipes for zero-crash Revit integration.22MIT
- AlicenseAqualityFmaintenanceEnables AI to interact with Revit via MCP, allowing data retrieval and element creation, modification, and deletion.1340MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI clients to interact with Autodesk Revit for building design, editing, analysis, clash detection, MEP, interop, documentation, and model persistence via 48 tools.MIT
Related MCP Connectors
Convert Revit files to XKT, IFC, or DWG and query BIM data via natural language.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
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/mcp-servers-for-revit/revit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server