by MaxiDonkey · MCP Server · ★ 57
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
DelphiAnthropic – Claude API Wrapper for Delphi New changelog v1.3.2 Managed Agents walkthrough (part 1) Functional demo using Pythia-WebView2 Managed Agents API Webhooks — signature verification (HMAC, constant-time) and strongly typed event dispatch Two simple illustrative examples of synchronous text generation [!TIP] To obtain an Anthropic API key, refer to https://platform.claude.com/account/keys Non-streamed example: pascal // uses Anthropic, Anthropic.Types, Anthropic.Helpers; // Client: IAnthropic; var Client := TAnthropicFactory.CreateInstance('ANTHROPICAPIKEY'); //JSON payload var Payload: TChatParamProc := procedure (Params: TChatParams) begin Params .Model('claude-opus-4-7') .Messages( Generation.MessageParts .User('From which version of Delphi were multi-line strings introduced?') ) .MaxTokens(1024); end; //Synchronous example var Chat := Client.Chat.Create(Payload); try for var Block
| Stars | 57 |
| Forks | 12 |
| Language | Pascal |
| Category | MCP Server |
| License | MIT |
| Quality Score | 33.3/100 |
| Last Updated | 2026-05-27 |
| Created | 2024-10-14 |
| Platforms | claude-code, mcp |
| Est. Tokens | ~1702k |
These tools work well together with DelphiAnthropic for enhanced workflows:
Looking for a DelphiAnthropic alternative? If you're comparing DelphiAnthropic with other mcp server tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
🎯 The definitive collection of 50+ verified Awesome Claude Skills for Claude Code, Claude.ai, and API. Boost
MCP Server for Telegram
Curiso is an infinite canvas for your thoughts
Multi-account pool proxy for Windsurf — 113+ models (Claude/GPT/Gemini/Grok/Kimi) via OpenAI & Anthropic APIs,
Python version of 📦 repopack (https://github.com/yamadashy/repopack) by yamadashy (https://github.com/yamadas
An md file as a chat interface and editable history in one.
Explore other popular mcp server tools:
DelphiAnthropic is The Anthropic API wrapper for Delphi leverages cutting-edge models, including Anthropic's advanced Claude series, to deliver powerful features for chat interactions, vision processing, caching, effici. It is categorized as a MCP Server with 57 GitHub stars.
DelphiAnthropic is primarily written in Pascal. It covers topics such as anthropic, anthropic-ai, anthropic-api.
You can find installation instructions and usage details in the DelphiAnthropic GitHub repository at github.com/MaxiDonkey/DelphiAnthropic. The project has 57 stars and 12 forks, indicating an active community.
DelphiAnthropic is released under the MIT license, making it free to use and modify according to the license terms.
The top alternatives to DelphiAnthropic on Agent Skills Hub include awesome-claude-skills, mcp-telegram, curiso. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.