{
"mcpServers": {
"mcp-server-dotnet-bimengine": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
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).
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 266 days ago. 1 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
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