Kotlin Lib MCP
未认领MCP server: gives your AI agent the real sources, public API and KDoc of any Maven/Gradle-published Kotlin or Java library
安装
claude mcp add kotlin-lib -- /path/to/kotlin-lib-mcp-server-<version>/bin/server --transport stdio工具(11 个)
declines
fetches the latest stable release, as it always did
fetch_library
Download + analyze + cache; returns a summary. Idempotent. Version may be omitted or latest
get_api_signature
Resolved signature of one declaration by FQ name
get_dependencies
Dependency tree from .pom/.module; bounded depth
get_kdoc
KDoc (summary, description, tags) of one declaration
get_latest_version
Latest stable release (and newest overall) from maven-metadata.xml
get_source
Raw source of a file (path) or one declaration (fqName)
list_declarations
Declarations with signatures; filter by package and visibility
list_packages
Packages with declaration counts and KMP targets
list_versions
Published versions from maven-metadata.xml, newest-first
search_source
Substring/regex search; bounded, returns file:line snippets