Stats
Actions
Tags
From hj-pr-proposal
Runs locally to expose Revit BIM data, enabling queries on building elements, parameters, and model structure for construction documentation workflows.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"revit-mcp": {
"command": "node",
"args": [
"./MCP-Server/build/index.js"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub shuotao/revit_mcp_study --plugin hj-pr-proposal