MCP server for exploring AOSP internals and Jetpack libraries
{
"mcpServers": {
"android-sources": {
"args": [
"serve"
],
"command": "android-source-explorer"
}
}
}MCP server for exploring AOSP internals and Jetpack libraries
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
Apache-2.0. View license →
Is it maintained?
Last commit 20 days ago. 79 stars.
Will it work with my client?
Transport: stdio, sse. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
9 tools.
No automated test available for this server. Check the GitHub README for setup instructions.
search_classesSearch for classes by glob pattern or substring.
lookup_classRetrieve the full source code for a specific class.
lookup_methodExtract a precise method body + its Javadoc/annotations.
list_class_membersList all method and field signatures in a class.
get_class_hierarchyGet the inheritance chain (superclass + interfaces).
search_in_sourceSearch for text/regex across the entire source tree.
goto_definitionResolve the cross-file definition of a symbol. Requires ANDROID_SOURCE_LSP=true.
find_referencesFind all usages of a class/method across the whole tree. Requires ANDROID_SOURCE_LSP=true.
get_type_infoGet documentation and type info via hover data. Requires ANDROID_SOURCE_LSP=true.
This server is missing a description.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.