mcp-server-delphi

danieleteti/mcp-server-delphi
★ 5 stars Pascal 🌐 Browser/Web Updated 7d ago
MCP (Model Context Protocol) server library for Delphi. Built on DMVCFramework, it lets you expose tools, resources and prompts via attributes and RTTI. Supports both HTTP Streamable and stdio transports. MCP 2025-03-26 compliant.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-delphi": {
      "command": "npx",
      "args": [
        "-y",
        "danieleteti/mcp-server-delphi"
      ]
    }
  }
}