29 July 2025
TL;DR: We’ve open-sourced our Model Context Protocol (MCP) server for Delphi, enabling seamless integration with Claude Code and other AI assistants for enhanced Delphi development workflows.
Delphi MCP Server provides:
Quick Example
// Create a custom tool in minutes
TMyTool = class(TMCPToolBase<TMyToolParams>)
protected
function ExecuteWithParams(const AParams: TMyToolParams): string; override;
public
constructor Create; override;
end;
// Register it automatically
initialization
TMCPRegistry.RegisterTool('my_tool',
function: IMCPTool
begin
Result := TMyTool.Create;
end);
Get Involved
Need Custom Development?
While Delphi MCP Server is free and open source, if you need custom Delphi development or AI integration for your business applications, let’s talk
Contact
GDK Software NL
(+31) 78 750 1661GDK Software UK
(+44) 20 3355 4470