Описание
Android Studio — Model Context Protocol server
README
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, developers can:
- Ask questions about their Android code
- Request code modifications and refactoring
- Get explanations of Android-specific concepts
- Generate new code components
- Debug issues in Android applications
Prerequisites
- Android Studio installed on your computer
- Cursor IDE installed (for client communication)
Installation
Step 1: Install the MCP Server Plugin for JetBrains
- Open Android Studio
- Go to Settings/Preferences → Plugins → Marketplace
- Search for "MCP Server"
- Click Install on the plugin titled "MCP Server" (plugin ID: 26071)
- Restart Android Studio when prompted
Step 2: Configure the Client in Cursor
Open Cursor and access settings:
- For Mac: Press
Cmd+,or go to Cursor → Preferences - For Windows/Linux: Press
Ctrl+,or go to File → Preferences
- For Mac: Press
Navigate to the AI settings section and enable "JetBrains Integration"
Configure your settings:
{ "mcpServers": { "jetbrains": { "command": "npx", "args": ["-y", "@jetbrains/mcp-proxy"] } } }If you're running multiple IDEs and want to connect to a specific one, add:
"env": { "IDE_PORT": "<port of Android Studio's built-in webserver>" }Save your settings and restart Cursor
Usage
- Open Android Studio and load your project
- Open Cursor and connect to the same project
- In Cursor, use the built-in chat to interact with your Android Studio project
Troubleshooting
- Connection Issues: Ensure Android Studio is running before attempting to connect from Cursor
- Plugin Not Found: Verify you're using a compatible version of Android Studio
- Multiple IDEs: If you have multiple JetBrains IDEs running, specify the IDE_PORT in your configuration
- Permission Issues: Some operations may require explicit permissions in Android Studio
Advanced Configuration
To enable logging for debugging purposes:
"env": {
"LOG_ENABLED": "true"
}
To connect to IDE on a different address/host:
"env": {
"HOST": "<host/address of IDE's built-in webserver>"
}
Resources
- MCP Server Plugin: https://plugins.jetbrains.com/plugin/26071-mcp-server
- MCP JetBrains Repository: https://github.com/JetBrains/mcp-jetbrains
License
This project is licensed under the terms specified in the repository.
Установка Android Studio
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/muxi1998/android-studio-mcp-serverFAQ
Android Studio MCP бесплатный?
Да, Android Studio MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Android Studio?
Нет, Android Studio работает без API-ключей и переменных окружения.
Android Studio — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Android Studio в Claude Desktop, Claude Code или Cursor?
Открой Android Studio на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Android Studio with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
