JetBrains MCP Bridge

JetBrains MCP Bridge

A bridge that enables MCP clients like Cascade and Windsurf to interact with tools and features within JetBrains IDEs. It facilitates communication between the client and the IDE via an SSE connection on a dedicated local port.

Category
Visit Server

README

JetBrains MCP Bridge

Bridge MCP permettant d'utiliser les outils JetBrains IDE depuis Cascade (Windsurf) ou tout autre client MCP.

Architecture

┌─────────────────┐     ┌──────────────────┐     ┌─────────────────┐
│  Cascade/       │────▶│  MCP Bridge      │────▶│  JetBrains IDE  │
│  Windsurf       │     │  (stdio)         │     │  (SSE :64342)   │
│                 │◀────│                  │◀────│                 │
└─────────────────┘     └──────────────────┘     └─────────────────┘

Prérequis

  1. JetBrains IDE (IntelliJ, WebStorm, PyCharm, etc.) avec le plugin MCP activé
  2. Node.js >= 18
  3. Windsurf avec Cascade

Installation

npm install
npm run build:mcp

Configuration Windsurf/Cascade

Ajoutez cette configuration dans les paramètres MCP de Windsurf (~/.codeium/windsurf/mcp_config.json) :

{
  "mcpServers": {
    "jetbrains": {
      "command": "node",
      "args": ["C:/Users/chris/IdeaProjects/test/dist/mcp-server.js"],
      "env": {
        "JETBRAINS_MCP_HOST": "127.0.0.1",
        "JETBRAINS_MCP_PORT": "64342"
      }
    }
  }
}

Note: Adaptez le chemin args selon l'emplacement de votre projet.

Utilisation

  1. Ouvrez votre IDE JetBrains avec un projet
  2. Vérifiez que le proxy MCP est actif (port 64342 par défaut)
  3. Redémarrez Windsurf pour charger la configuration MCP
  4. Utilisez Cascade - les outils JetBrains seront disponibles

Variables d'environnement

Variable Défaut Description
JETBRAINS_MCP_HOST 127.0.0.1 Hôte du proxy MCP JetBrains
JETBRAINS_MCP_PORT 64342 Port du proxy MCP JetBrains

Test manuel

npm run start:mcp

Interface Web (optionnel)

Une interface React est également disponible pour tester la connexion :

npm run dev

Ouvrez http://localhost:5173 pour voir les outils MCP disponibles.


React + TypeScript + Vite (Documentation originale)

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:

export default defineConfig([
  globalIgnores(['dist']),
  {
    files: ['**/*.{ts,tsx}'],
    extends: [
      // Other configs...

      // Remove tseslint.configs.recommended and replace with this
      tseslint.configs.recommendedTypeChecked,
      // Alternatively, use this for stricter rules
      tseslint.configs.strictTypeChecked,
      // Optionally, add this for stylistic rules
      tseslint.configs.stylisticTypeChecked,

      // Other configs...
    ],
    languageOptions: {
      parserOptions: {
        project: ['./tsconfig.node.json', './tsconfig.app.json'],
        tsconfigRootDir: import.meta.dirname,
      },
      // other options...
    },
  },
])

You can also install eslint-plugin-react-x and eslint-plugin-react-dom for React-specific lint rules:

// eslint.config.js
import reactX from 'eslint-plugin-react-x'
import reactDom from 'eslint-plugin-react-dom'

export default defineConfig([
  globalIgnores(['dist']),
  {
    files: ['**/*.{ts,tsx}'],
    extends: [
      // Other configs...
      // Enable lint rules for React
      reactX.configs['recommended-typescript'],
      // Enable lint rules for React DOM
      reactDom.configs.recommended,
    ],
    languageOptions: {
      parserOptions: {
        project: ['./tsconfig.node.json', './tsconfig.app.json'],
        tsconfigRootDir: import.meta.dirname,
      },
      // other options...
    },
  },
])

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured