RevitMCPServer
@ZedMoster
RevitMCPServer について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"RevitMCPServer": {
"command": "uvx",
"args": [
"revit-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is RevitMCPServer?
RevitMCPServer is a Python package that provides integration with Revit through the Model Context Protocol (MCP). It enables automation and interaction with Revit models by connecting to a Revit add‑on socket server, sending commands, and handling responses.
How to use RevitMCPServer?
Install the package using pip (pip install revit-mcp) with Python 3.10+ and the uv package manager. After installation, run uvx revit-mcp to test the connection. Then add the server configuration (command: uvx, args: ["revit-mcp"]) to the MCP settings of your LLM client (e.g., Claude Desktop, Cursor, or cline).
Key features of RevitMCPServer
- Connects to Revit add‑on via a socket server.
- Sends commands to create objects in Revit.
- Handles responses and error messages.
- Manages server startup and shutdown lifecycle.
Use cases of RevitMCPServer
- Automate repetitive Revit modeling tasks from an LLM.
- Send commands to Revit to create elements programmatically.
- Integrate large language models with Revit for AI‑assisted design.
FAQ from RevitMCPServer
What are the prerequisites for using RevitMCPServer?
You need xml.Revit 1.3.4.3 or newer, Python 3.10 or newer, and the uv package manager installed.
How do I install RevitMCPServer?
Install via pip: pip install revit-mcp. If the installation fails, ensure uv is installed first.
How can I integrate RevitMCPServer with Claude for Desktop?
Add the following to your claude_desktop_config.json under mcpServers:
{ "RevitMCPServer": { "command": "uvx", "args": ["revit-mcp"] } }
What transport protocol does RevitMCPServer use?
It connects to an add‑on socket server running inside Revit.
「その他」の他のコンテンツ
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
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
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント