Back to Browse

REVIT MCP Study MCP Server

Developer ToolsUse Caution3.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP Server for Revit integration - AI-Powered Revit Control

About

MCP Server for Revit integration - AI-Powered Revit Control

Security Report

3.8
Use Caution3.8High Risk

This Revit MCP server has reasonable security for its intended purpose (local Revit automation), with proper authentication through local WebSocket connection and no obvious malicious patterns. However, there are moderate concerns: the server accepts arbitrary file paths for exports without sufficient validation, contains some unvalidated user input handling in scripts, and lacks comprehensive input sanitization on complex tool parameters. Additionally, the codebase mixes TypeScript tool definitions with legacy CommonJS scripts that bypass normal request validation. For a developer tool category, these findings warrant attention but do not constitute critical vulnerabilities. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

4 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

network_websocket

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-shuotao-revit-mcp-server": {
      "args": [
        "-y",
        "@shuotao/revit-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!