K

mcp-server-plugin

Created Oct 19, 2025 by JetBrains

Language:

Kotlin

Stars:

61

Forks:

25

README

official JetBrains project

⚠️ Deprecated

This plugin is no longer maintained. The core functionality has been integrated into all IntelliJ-based IDEs since version 2025.2.

Migration: Please refer to the official documentation for details on using the built-in functionality.

Issues & Support: For bugs or feature requests related to the built-in MCP functionality, please use the JetBrains YouTrack.

JetBrains MCP Server Plugin

JetBrains MCP (Model Context Protocol) Server Plugin enables seamless integration between Large Language Models (LLMs) and JetBrains IDEs. This plugin provides the server-side implementation for handling MCP requests and exposes extension points for implementing custom tools.

Prerequisites

Custom Tools Implementation

The plugin provides an extension point system that allows third-party plugins to implement their own MCP tools. Here's how to implement and register your custom tools.

Refer to the demo plugin to get started.

3. Tool Implementation Guidelines

Your tool implementation should follow these guidelines:

  • Tool names should be descriptive and use lowercase with optional underscores
  • Create a data class for your tool's arguments that matches the expected JSON input
  • Use the Response class appropriately:
    • Response(result) for successful operations
    • Response(error = message) for error cases
  • Use the provided Project instance for accessing IDE services

How to Publish Update

  1. Update settings.gradle.kts to provide a new version
  2. Create release on Github, the publishing task will be automatically triggered

Contributing

We welcome contributions! Please feel free to submit a Pull Request.

Last updated: Oct 19, 2025

Publisher info

JetBrains's avatar

JetBrains

JetBrains Open Source

Netherlands
9,828
followers
0
following
724
repos

More MCP servers built with Kotlin

mcp4k

Compiler-driven MCP framework for Kotlin Multiplatform

By ondrsh 50
mcp-kotlin-sdk

Kotlin implementation of the Model Context Protocol (MCP)

By JetBrains 46
mcp-strava

The MCP Strava Server facilitates seamless integration between Strava APIs and Claude for Desktop.

By MariyaFilippova 6