Skip to main content
Glama

Revit MCP Server

by ideook
package.json1.02 kB
{ "name": "revit-mcp", "version": "1.0.0", "description": "- `create_object` - Create a new object with detailed parameters\r - `delete_object` - Remove an object from view\r - `modify_object` - Modify an existing object's properties", "main": "index.js", "type": "module", "bin": { "revit-mcp": "./build/index.js" }, "scripts": { "clean": "rimraf build", "prebuild": "npm run clean", "build": "tsc" }, "files": [ "build" ], "repository": { "type": "git", "url": "git+https://github.com/lisiting01/revit-mcp.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/lisiting01/revit-mcp/issues" }, "homepage": "https://github.com/lisiting01/revit-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "ws": "^8.18.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.10", "@types/ws": "^8.18.0", "rimraf": "^5.0.10", "typescript": "^5.8.2" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ideook/revit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server