Android Skills MCP by skydoves
37 score
Provides AI coding assistants with access to Google's Android development skills library through an MCP server. Enables developers to discover, search, and apply Android best practices directly within their coding environment without manual copying.
Ranked #4211 out of 9559 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 0
Freshness today
Issue Health 50%
Stars 50
Platform Breadth 1 platform
Contributors 1
Description Detailed
How to Improve
Contributors medium impact
Platforms medium impact
Supported Platforms
From the README
<h1 align="center">Android Skills MCP</h1></br> <p align="center"> <a href="https://opensource.org/licenses/Apache-2.0"></a> <a href="https://nodejs.org"></a> <a href="https://github.com/android/skills"></a> <a href="https://github.com/skydoves"></a> </p> Android Skills MCP wraps Google's [`android/skills`](https://github.com/android/skills) library so any AI coding assistant can use it without copy and paste. The repository ships two tools that share a common parser and a bundled snapshot of the upstream skills, so both work offline through `npx`. You get an MCP server that exposes the skill library to any MCP capable client, and a packager CLI that converts each `SKILL.md` into the native rules format of every major AI coding assistant. Full documentation lives at **[skydoves.github.io/android-skills-mcp](https://skydoves.github.io/android-skills-mcp/)**. ## Packages This is a pnpm workspace with three packages: - **[`android-skills-mcp`](packages/mcp)** is an MCP servRead full README on GitHub →