mcp-jetbrains logo

mcp-jetbrains一种面向 JetBrains IDE 的模型上下文协议服务器: IntelliJ、PyCharm、WebStorm 等,以及 Android Studio

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

mcp-jetbrains 仓库是一个 Model Context Protocol (MCP) 服务器,旨在与 JetBrains IDE 一起工作,包括 IntelliJ、PyCharm、WebStorm 和 Android Studio。它充当一个代理服务器,促进客户端和 JetBrains IDE 之间的通信。然而,这个仓库的核心功能已经被集成到所有 IntelliJ-based IDEs 的所有版本中,自从 2025.2 开始。内置的功能现在可以与 Server-Sent Events (SSE) 和 JVM 基于代理(STDIO)一起使用,使得这个 NPM 包变得过时。用户建议使用内置的 MCP 功能,并通过 JetBrains YouTrack 报告问题或请求。

主要功能

  • 模型上下文协议 (MCP) 服务器
  • 客户端-IDE 通信的代理服务器
  • 支持多个 JetBrains IDE
  • 用于 IDE 连接和日志记录的配置选项

价格

模型
Free
评分
暂无评价

使用场景

IDE 集成

使用 MCP 服务器使客户端与 JetBrains IDE 进行通信,用于开发目的。

外部客户端连接

配置 MCP 代理用于与外部客户端或 Docker 容器(例如 LibreChat 或 Cline)一起使用。

优点 & 缺点

优点

  • 能够使客户端与 JetBrains IDE 之间进行通信
  • 支持各种 IDE,包括 IntelliJ、PyCharm、WebStorm 和 Android Studio
  • 简化了对外部客户端或 Docker 容器(例如 LibreChat或 Cline)的使用

缺点

  • 已经停止维护
  • 需要迁移到 IDE 内置功能
  • 依赖于特定的 Node.js 版本(18 或更高)

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Where can I find help for the built-in MCP functionality?

Refer to the official documentation and report issues or requests via JetBrains YouTrack.

Asked by Dovid Klein · Dec 14, 2025

What are the requirements for running mcp-jetbrains?

It requires Node.js version 18 or later.

Asked by Sarai Cohen · Nov 17, 2025

Is mcp-jetbrains still maintained?

No, it is no longer maintained as its core functionality has been integrated into all IntelliJ-based IDEs since version 2025.2.

Asked by Nour Khalil · Nov 11, 2025

What IDEs are supported by mcp-jetbrains?

It supports multiple JetBrains IDEs, including IntelliJ, PyCharm, WebStorm, and Android Studio.

Asked by Gustav Lindberg · Nov 12, 2025

提问

服务配缩器 的替代品