JetBrains
Add Cakewalk's MCP Gateway to JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm, Android Studio) through AI Assistant's MCP settings.
Last updated
Was this helpful?
Add Cakewalk's MCP Gateway to JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm, Android Studio) through AI Assistant's MCP settings.
JetBrains AI Assistant reads MCP server config from the IDE settings. Paste one JSON snippet, click Apply, then the IDE connects to the Cakewalk gateway. Applies to IntelliJ IDEA, PyCharm, WebStorm, Android Studio and other JetBrains IDEs running AI Assistant 2026.1 or later.
JSON config pasted into the IDE settings dialog. The IDE manages the config file behind the settings panel.
In your JetBrains IDE, go to Settings | Tools | AI Assistant | Model Context Protocol (MCP) and click Add.
In the dialog, paste:
{
"mcpServers": {
"cakewalk": {
"url": "https://mcp-gateway.getcakewalk.io/mcp"
}
}
}Click Apply. The IDE starts the configured server and establishes the connection.
In the same MCP settings page, the cakewalk entry appears with its connection status in the Status column. Click the icon in the Status column to review the list of tools the server exposes. In Cakewalk, the JetBrains card on My Agents flips to Connected after the first agent call.
Status column shows the server is not connected: open the JSON dialog and confirm the snippet parses cleanly and the gateway URL has no typo.
Server starts but no tools appear: click the icon in the Status column to refresh the tool list. If empty, check the IDE's AI Assistant log for connection errors.
Configure an MCP server in AI Assistant from JetBrains.
Last updated
Was this helpful?
Was this helpful?