Jar Api Parser
Freeby MCP Community
MCP tool for parsing Java jar packages and extracting API information from Gradle cache
v1.4.0Added Apr 12, 2026
mcpjarjavaapiparser
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
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"]
}
}
}