While it could trivially be done in Delphi (it's just a server that implements the MCP protocol); I'm doing something tangentially with Delphi. I'm writing a Python MCP server to locally host on my Dev Machine that Claude Code will invoke to help with 2 things;
1) Compile/Build Delphi code after Claude makes changes (to the Delphi code)
2) Run a Delphi application ( CGI / Console app) that checks for issues and errors ( essentially unit tests routed through the MCP )
I'm inheriting a very large Delphi code base that we're refactoring into Python, and the AI tools are wonderful for discovery and code analysis.