idea

Automate IntelliJ IDEA file operations, editor control, and run configurations via MCP.

1|1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/teslasoft-de/claude-skills-marketplace --skill idea
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: idea
Source: https://github.com/teslasoft-de/claude-skills-marketplace/tree/main/plugins/idea/skills/idea
Command: npx skills add https://github.com/teslasoft-de/claude-skills-marketplace --skill idea

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates IntelliJ IDEA interactions via the MCP server to manage files, edit content, and control run configurations.

Core Features & Use Cases

  • File Operations: create, read, modify, and navigate project files from scripts.
  • Editor & Run/Debug Automation: open files, configure run configurations, and control the IDE workflow from MCP.
  • Project & VCS Scopes: inspect VCS status, manage scopes, and adjust file colors for project visibility.
  • Integration Scenarios: automate repetitive IDE tasks in large codebases, CI workflows, or multi-project environments.

Quick Start

Ensure JetBrains MCP server is running, then ask Claude to display IDE status.

Frequently Asked Questions about idea

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate IntelliJ IDEA file operations from a script?

IntelliJ IDEA file operations can be automated from scripts by connecting to the MCP server, which creates, reads, modifies, and navigates project files directly within the IDE environment.

Can I control run configurations and editor workflows in JetBrains IDEs via MCP?

Run configurations and editor workflows in JetBrains IDEs can be controlled via MCP by opening files, configuring run settings, and driving the IDE workflow through the connected server.

What is needed to use MCP for IDE automation with IntelliJ IDEA?

IDE automation with IntelliJ IDEA via MCP requires a configured MCP server with the JetBrains plugin enabled, IDEA running locally, and network access to the MCP gateway exposing available tasks.

Does IntelliJ MCP integration support VCS status checks and scope management?

IntelliJ MCP integration supports VCS status checks and scope management by inspecting repository changes, managing project scopes, and adjusting file colors for multi-project visibility.

What's the best way to automate repetitive IDE tasks across multi-project codebases?

Automating repetitive IDE tasks across multi-project codebases is best handled by scripting file operations, editor control, and VCS scope adjustments through the MCP server integration.

Why is my IntelliJ MCP server not exposing IDE tasks for automation?

The MCP server fails to expose IDE tasks for automation when the JetBrains plugin is not enabled, IDEA is not actively running, or network access to the MCP gateway is blocked.