Skip to content

Jar Api Parser

Free

by MCP Community

MCP tool for parsing Java jar packages and extracting API information from Gradle cache

v1.4.0Added Apr 12, 2026
mcpjarjavaapiparser
Works with:ClaudeGPTGeminiCopilot

Jar Api Parser MCP Server

MCP tool for parsing Java jar packages and extracting API information from Gradle cache

Installation

npx -y @changpu/jar-api-parser

Reviews

Leave a Review

Installation

Quick install
npx -y @changpu/jar-api-parser
Add to claude_desktop_config.json
{
  "mcpServers": {
    "jar-api-parser": {
      "command": "npx",
      "args": ["-y", "@changpu/jar-api-parser"]
    }
  }
}