KapilClaudeApplications

hikapilshukla-commits/KapilClaudeApplications
★ 0 stars Unknown language 🤖 AI/LLM Updated today
This Repo is for basic applications like chat MCP server, tool based on Claude APIs developed in Anthropic Java SDK.
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": {
    "kapilclaudeapplicati": {
      "command": "npx",
      "args": [
        "-y",
        "hikapilshukla-commits/KapilClaudeApplications"
      ]
    }
  }
}

README Excerpt

A basic implementation of chat applications and Model Context Protocol (MCP) servers using the Anthropic Java SDK. This repository contains basic applications like a chat interface and MCP-based tools. It is designed to demonstrate how to integrate Claude APIs into Java projects using the official Anthropic Java SDK.