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.
By connecting Android Studio to an AI chat interface through the MCP Server plugin, developers can:
Open Cursor and access settings:
Cmd+,
or go to Cursor → PreferencesCtrl+,
or go to File → PreferencesNavigate 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
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>"
}
This project is licensed under the terms specified in the repository.
{
"mcpServers": {
"jetbrains": {
"env": {},
"args": [
"-y",
"@jetbrains/mcp-proxy"
],
"command": "npx"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.