Revit Converter Remote Mcp
@labsfuture
关于 Revit Converter Remote Mcp
The Revit Converter MCP is a remote MCP server that connects Claude (or any MCP-compatible AI client) directly to a Revit file conversion and BIM query service. Once configured, you can:
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"revit-converter": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://labsaps-d35810f00db3.herokuapp.com/mcp",
"--header",
"Authorization: Bearer labsfuture.comFreeDemo_MCPKey"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Revit Converter Remote Mcp?
The Revit Converter Remote Mcp is a Model Context Protocol server that connects Claude Desktop (or any MCP client) to the Labs Future platform, enabling natural language conversion of Revit (.rvt) models to XKT format for 3D viewing and BIM data querying. It is designed for architects, engineers, and developers working with building information models.
How to use Revit Converter Remote Mcp?
Configure Claude Desktop by adding the provided JSON entry under mcpServers in the config file, replacing the Bearer token with your Labs Future API key (demo keys start with dk_, full keys with sk_). After restarting, Claude will have 7 tools available. Interact naturally by uploading a Revit model URL, converting it to XKT, or querying BIM data.
Key features of Revit Converter Remote Mcp
- Upload Revit models to the server via URL.
- List all models on the server by name.
- Convert Revit models to XKT for 3D viewing.
- Query BIM data like element counts.
- Inspect element properties (e.g., random wall).
Use cases of Revit Converter Remote Mcp
- Uploading a Revit model from a cloud URL.
- Converting a model to XKT and viewing it in 3D.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Servers
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论