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
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