Serversio.github.Sam-AEC/autodesk-revit-mcp-server
S

Autodesk Revit MCP Server

io.github.Sam-AEC/autodesk-revit-mcp-server · v0.1.1
▦ other
v0.1.1other mcpb: https://github.com/Sam-AEC/Autodesk-Revit-MCP-Server/releases/download/v0.1.1/revit-mcp-server-0.1.1.mcpb↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Sam-AEC/autodesk-revit-mcp-server",
  "description": "MCP server connecting AI assistants to Autodesk Revit through a local bridge.",
  "title": "Autodesk Revit MCP Server",
  "repository": {
    "url": "https://github.com/Sam-AEC/Autodesk-Revit-MCP-Server",
    "source": "github",
    "subfolder": "packages/mcp-server-revit"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/Sam-AEC/Autodesk-Revit-MCP-Server/releases/download/v0.1.1/revit-mcp-server-0.1.1.mcpb",
      "version": "0.1.1",
      "fileSha256": "feb1f736e892a079715d08f17a1fdc3643013b27febc2d373899c60636d9bcb8",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Workspace root directory for server file operations.",
          "isRequired": true,
          "format": "string",
          "name": "MCP_REVIT_WORKSPACE_DIR"
        },
        {
          "description": "Semicolon-delimited allow-list of directories the server can access.",
          "isRequired": true,
          "format": "string",
          "name": "MCP_REVIT_ALLOWED_DIRECTORIES"
        },
        {
          "description": "Server mode: mock or bridge.",
          "format": "string",
          "name": "MCP_REVIT_MODE"
        },
        {
          "description": "Bridge URL, for example http://127.0.0.1:3000 (required when MCP_REVIT_MODE=bridge).",
          "format": "string",
          "name": "MCP_REVIT_BRIDGE_URL"
        },
        {
          "description": "Path to the audit log file.",
          "format": "string",
          "name": "MCP_REVIT_AUDIT_LOG"
        },
        {
          "description": "Python log level, for example INFO or DEBUG.",
          "format": "string",
          "name": "MCP_REVIT_LOG_LEVEL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}