Android Studio AI Chat Integration
Description
# Android Studio AI Chat Integration This repository provides instructions for setting up AI chat capabilities with Android Studio, allowing developers to interact with their code and projects using natural language. ## Overview By connecting Android Studio to an AI chat…
About
# Android Studio AI Chat Integration This repository provides instructions for setting up AI chat capabilities with Android Studio, allowing developers to interact with their code and projects using natural language. ## Overview By connecting Android Studio to an AI chat interface through the MCP Server plugin…
Details
- Author
- muxi1998
- Downloads
- 601
- Categories
- AI
Jump to
- Ask questions about Android code
- Request code modifications and refactoring
- Get explanations of Android-specific concepts
- Generate new code components
- Debug issues in Android applications
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Android Studio AI Chat IntegrationCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the "MCP Server" plugin (ID 26071) from Android Studio’s plugin marketplace and restart the IDE. Then configure Cursor IDE with the @jetbrains/mcp-proxy command (npx -y @jetbrains/mcp-proxy) and optionally set the IDE_PORT or HOST environment variables. Open your project in Android Studio, launch Cursor, and use its built-in chat to communicate with the project.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"android studio ai chat integration": {
"jetbrains": {
"command": "npx",
"args": [
"-y",
"@jetbrains/mcp-proxy"
]
}
}
}
}
McpServers
{
"jetbrains": {
"command": "npx",
"args": [
"-y",
"@jetbrains/mcp-proxy"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

