Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-dotnet-bimengine": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This project implements a simple application to test SDK for .Net to create a MCP Server, to be used by Claude, Copilot or another LLM. > The idea of this test is to have a screenshot of a running program (in this case Firefox browser) using Windows API, then apply an OCR to recognize a text (in this case, the domain in the address bar).
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
AI image generation and editing with prompt optimization and quality presets. Powered by Nano Banana
Coinbase Design System - MCP Server
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Dotnet Bimengine and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This project implements a simple application to test SDK for .Net to create a MCP Server, to be used by Claude, Copilot or another LLM. The idea of this test is to have a screenshot of a running program (in this case Firefox browser) using Windows API, then apply an OCR to recognize a text (in this case, the domain in the address bar).

git clone https://github.com/sergiomauz/mcp-server-dotnet-bimengine.git appgit clone https://github.com/tesseract-ocr/tessdata.git tessdataThere are 2 ways to use this application: As a console application and as a MCP Server.
To be used as a console application:
Open a Firefox window (install it if you don't have it) and navigate to any website. In this case BIM-Engine 
In VS 2022, open program.cs file, comment region "REVIT-MCP-SERVER" and uncomment region "CONSOLE-APPLICATION". 
Run application (F5), wait until application is ready: 
Put the Firefox window and the website in the foreground to continue, wait 2 seconds and application will show a message with the domain that it detected: 
In the directory C:\revit-mcp-server\captures you can see 2 new files: A screenshot of Firefox and a cropped image focused in the address bar: 
If you don't put any Firefox window in foreground after 10 seconds, the application will send a message and terminate. 
To be used as a MCP server:
Open a Firefox window (install it if you don't have it) and navigate to any website. In this case BIM-Engine 
In VS 2022, open program.cs file, uncomment region "REVIT-MCP-SERVER" and comment region "CONSOLE-APPLICATION". 
Run application (F5) and wait until application is ready, if all is ok without errors and exceptions, you can stop it: 
In your file explorer, go to %APPDATA%\Claude, find the file claude_desktop_config.json to edit. Add the configuration to run a new MCP Server using the content of claude_desktop_config.json (the other one in C:\revit-mcp-server\app dire