Wraps the native Delphi compiler to enable automatic Debug/Release builds for Win32 and Win64 projects written in Object Pascal
Provides integration with RAD Studio's compilation system for building Object Pascal projects across different platforms and configurations
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Delphi Compiler MCPcompile my project for debugging on Windows 64-bit"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Delphi Compiler MCP 
A lightweight Model Context Protocol (MCP) server that wraps the native Delphi (RAD Studio) compilers. It enables automatic Debug/Release builds for Win32 and Win64 projects written in Object Pascal.
Installation
From PyPI
From local source
Related MCP server: DeepSeek MCP Server
MCP configuration example
Create (or update) your MCP client configuration, e.g. .cursor/mcp.json:
Usage
CLI
Through an AI MCP client
If your MCP client supports natural-language commands (e.g. via an AI assistant), it is enough to say:
«build project» — to run a Release build
«compile project» — to run a Debug compile
The client will translate the phrase into the corresponding MCP call shown above.
License
MIT