Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Delphi Compiler Mcp

    1 stars
    Python
    Updated Aug 22, 2025
    build-tools
    cursor-ai
    delphi
    embracadero
    mcp-server
    rad-studio-ide

    Table of Contents

    • Installation
    • From PyPI
    • From local source
    • MCP configuration example
    • Usage
    • CLI
    • Through an AI MCP client
    • License

    Table of Contents

    • Installation
    • From PyPI
    • From local source
    • MCP configuration example
    • Usage
    • CLI
    • Through an AI MCP client
    • License

    Documentation

    Delphi Compiler MCP Donate

    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

    bash
    pip install delphi-compiler-mcp

    From local source

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

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

    Usage

    CLI

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

    Similar MCP

    Based on tags & features

    • DA

      Davinci Resolve Mcp

      Python·
      327
    • BI

      Biothings Mcp

      Python·
      25
    • FH

      Fhir Mcp Server

      Python·
      55
    • OM

      Omop Mcp

      Python·
      14

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • DA

      Davinci Resolve Mcp

      Python·
      327
    • BI

      Biothings Mcp

      Python·
      25
    • FH

      Fhir Mcp Server

      Python·
      55
    • OM

      Omop Mcp

      Python·
      14

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k