Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Delphi Compiler

FreeNot checked

Integrates with RAD Studio compilers and MSBuild to compile Delphi/Object Pascal projects with automatic project discovery, multi-platform support, and detailed

GitHubEmbed

About

Integrates with RAD Studio compilers and MSBuild to compile Delphi/Object Pascal projects with automatic project discovery, multi-platform support, and detailed error reporting.

README

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

pip install delphi-compiler-mcp

From local source

git clone https://github.com/yourusername/delphi-compiler-mcp.git
pip install .

MCP configuration example

Create (or update) your MCP client configuration, e.g. .cursor/mcp.json:

{
  "mcpServers": {
    "delphi-compiler": {
      "command": "delphi-compiler-mcp",
      "env": {
        "DELPHI_PATH": "C:\\Program Files (x86)\\Embarcadero\\Studio\\23.0"
      }
    }
  }
}

Usage

CLI

# Default compile (Debug / Win32)
mcp call delphi-compiler compile

# Release build for Win64
mcp call delphi-compiler build --platform Win64

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

from github.com/unununununununun/delphi-compiler-mcp

Installing Delphi Compiler

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/unununununununun/delphi-compiler-mcp

FAQ

Is Delphi Compiler MCP free?

Yes, Delphi Compiler MCP is free — one-click install via Unyly at no cost.

Does Delphi Compiler need an API key?

No, Delphi Compiler runs without API keys or environment variables.

Is Delphi Compiler hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Delphi Compiler in Claude Desktop, Claude Code or Cursor?

Open Delphi Compiler on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Delphi Compiler with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs