javadoc-mcp

jermeyyy/javadoc-mcp

3.2

If you are the rightful owner of javadoc-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

A Model Context Protocol (MCP) server that provides access to Javadocs and KDocs from Maven Central, enabling efficient search, download, and query of Java and Kotlin library documentation.

Tools

Functions exposed to the LLM to take actions

search_artifact

Search for Java libraries on Maven Central.

download_javadoc

Download and cache javadoc for a specific version.

list_packages

List all packages in a library.

list_classes

List all classes/interfaces in a package or library.

get_class_documentation

Get full documentation for a specific class.

get_method_documentation

Get documentation for a specific method.

get_package_summary

Get package-level documentation.

search_in_javadoc

Search for terms across all javadoc files.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources