MCP Directory
Back

DelphiAnthropic

by MaxiDonkey · Pascal · ★ 58

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, efficient batch processing, connector MCP, skills and managed agents.

#anthropic#anthropic-ai#anthropic-api#anthropic-claude#caching#chat#claude#connector-mcp#custom-skill#delphi#gpt#llm#managed-agents#skills#vision#wrapper#wrapper-api

Install

git clone https://github.com/MaxiDonkey/DelphiAnthropic.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "delphianthropic": {
      "command": "npx",
      "args": [
        "-y",
        "github:MaxiDonkey/DelphiAnthropic"
      ]
    }
  }
}

From the README

___ - [changelog v1.3.2](Changelog.md#2026-may-25-version-132) - [Managed Agents walkthrough (part 1)](demos/Agent-sample-doc.md#discovering-the-agent-cards) - [Functional demo using **Pythia-WebView2**](demos) - [**Managed Agents API**](guides/managed-agents.md#managed-agents-beta) - [**Webhooks**](guides/webhooks.md#webhooks) — signature verification (HMAC, constant-time) and strongly typed event dispatch ___ >[!TIP] >To obtain an Anthropic API key, refer to https://platform.claude.com/account/keys - Non-streamed example: - Streamed example (SSE): Summary - [Introduction](#in…
Read full README on GitHub →

Related ai & ml servers