MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/JetBrains
Code ExecutionOfficial
J

JetBrains

Work on your code with JetBrains IDEs

965 starsUpdated Jan 7, 2026
View on GitHub

Ads

Overview

This repository is no longer maintained. The core functionality has been integrated into all IntelliJ-based IDEs since version 2025.2. The built-in functionality works with SSE and JVM-based proxy (for STDIO) so this NPM package is no longer required. 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%7D%20). The server proxies requests from client to JetBrains IDE.

Installation

npx -y @jetbrains/mcp-proxy

Configuration

{
  "mcpServers": {
    "jetbrains": {
      "command": "npx",
      "args": [
        "-y",
        "@jetbrains/mcp-proxy"
      ]
    }
  }
}

Capabilities

  • Connect your AI assistant to a running JetBrains IDE

    the proxy forwards requests from the client to the IDE so the assistant can interact with your open project.

  • Configure which IDE instance to target

    set the `IDE_PORT` and `HOST` environment variables to connect to a specific IDE when multiple are running.

  • Enable logging for troubleshooting

    set `LOG_ENABLED` to `true` in the server configuration to capture diagnostic output.

Tags

  • development
  • coding-agent

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago