Loading MCP server directory, please wait...
The Python package exposes Revit tools over MCP stdio, read-only by default.
npx @getmcp/cli add io.github.sharafutdinovdi/revit-model-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
REVIT_MCP_HOSTRevit host: local PowerShell, ssh:<alias>, or an http://host:port or https://host:port endpoint.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.sharafutdinovdi/revit-model-mcp": {
"command": "uvx",
"args": [
"revit-model-mcp"
],
"env": {
"REVIT_MCP_HOST": "local",
"REVIT_MCP_REDACT_PATHS": "0",
"REVIT_MCP_ALLOW_WRITE": "0"
}
}
}
}