-
securityF
license-
qualityEnables AI tools to capture and process screenshots of a user's screen, allowing AI assistants to see and analyze what the user is looking at through a simple MCP interface.
Last updated -
1
Python
English |简体中文
revit-mcp 允许您通过 MCP 支持的客户端(例如 Claude、Cline 等)使用 MCP 协议与 Revit 进行交互。
本项目是服务器端(提供Tools给AI),需要配合revit-mcp-plugin (驱动Revit)使用。
完整安装环境仍需考虑revit-mcp-plugin的需求,请参考revit-mcp-plugin
安装依赖项
建造
克劳德客户
Claude 客户端 -> 设置 > 开发者 > 编辑配置 > claude_desktop_config.json
重启 Claude 客户端,当看到锤子图标时,表示 MCP 服务连接正常。
姓名 | 描述 |
---|---|
获取当前视图信息 | 获取当前视图信息 |
获取当前视图元素 | 获取当前视图元素 |
获取可用的家庭类型 | 获取当前项目中可用的族类型 |
获取选定元素 | 获取选定元素 |
创建基于点的元素 | 创建基于点的元素(门、窗、家具) |
创建基于线的元素 | 创建基于线的元素(墙、梁、管道) |
创建基于表面的元素 | 创建基于表面的元素(地板、天花板) |
删除元素 | 删除元素 |
重置模型 | 重置模型(执行连续对话时删除流程模型) |
修改元素 | 修改元素的属性(实例参数) |
搜索模块 | 搜索可用模块 |
use_module | 使用模块 |
发送代码到 Revit | 将代码发送到 Revit 执行 |
颜色飞溅 | 根据参数值对元素进行着色 |
标签墙 | 标记视图中的所有墙壁 |
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
允许 AI 通过 MCP 协议与 Autodesk Revit 交互,从而检索项目数据并自动执行创建、修改和删除元素等任务。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/revit-mcp/revit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server