A
Android Docs MCP
An MCP (Model Context Protocol) server that gives AI agents direct access to [developer.android.com](https://developer.android.com/) - search docs, look up API references, browse packages, and check release notes.
创建于 2/28/2026
更新于 about 5 hours ago
README
Repository documentation and setup instructions
README not found
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-android-docs-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"ankit-verma-209171-android-docs-mcp": {
"command": "npx",
"args": [
"ankit-verma-209171-android-docs-mcp"
]
}
}
}