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
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
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Enables compilation of Delphi (RAD Studio) Object Pascal projects through natural language commands. Supports automatic Debug/Release builds for Win32 and Win64 platforms using the native Delphi compiler toolchain.
Related MCP Servers
- -securityFlicense-qualityProvides code completion, bug fixing, and test generation for multiple programming languages, integrating with the Mistral Codestral API to enhance code development processes.Last updated -2
- -securityFlicense-qualityProvides code generation and completion capabilities using the DeepSeek API, with support for tool chaining and cost optimization.Last updated -3
- -securityAlicense-qualityEnables controlling CAD software (AutoCAD, GstarCAD, ZWCAD) through natural language instructions, allowing users to create and modify drawings without manually operating the CAD interface.Last updated -164MIT License
- AsecurityAlicenseAqualityEnables building and cleaning Delphi projects (.dproj/.groupproj) on Windows using MSBuild with RAD Studio environment initialization. Supports both individual projects and group projects with configurable build configurations and platforms.Last updated -54MIT License