RevitMCP
by AchyErrorJ
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HF_TOKEN | No | Hugging Face API token (recommended) | |
| REVITMCP_HOST | No | Host for all services | localhost |
| GOOGLE_API_KEY | No | Google Gemini API key | |
| ANTHROPIC_API_KEY | No | Claude API key | |
| REVITMCP_AUTH_TOKEN | No | Shared secret for server authentication (recommended) | |
| REVITMCP_REVIT_PORT | No | Port for the Revit C# add-in HTTP server | 48884 |
| REVITMCP_SERVER_PORT | No | Port for the Python FastAPI server | 8001 |
| REVITMCP_CORS_ORIGINS | No | Additional CORS origins (comma-separated) | |
| REVITMCP_ENHANCER_PORT | No | Port for the AI rendering server | 5000 |
| REVITMCP_LM_STUDIO_PORT | No | Port for LM Studio (if using local models) | 1234 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/AchyErrorJ/RevitMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server