MCP.so
Sign In
M

MCP-LSP Bridge

@rockerBOO

About MCP-LSP Bridge

MCP LSP bridge server bringing LSP to your LLM

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "lsp": {
      "type": "stdio",
      "command": "mcp-lsp-bridge",
      "args": [],
      "env": {}
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP-LSP Bridge?

MCP-LSP Bridge brings Language Server Protocol capabilities to MCP-compatible agents like Claude Code, enabling code analysis, navigation, and refactoring across 20+ programming languages.

How to use MCP-LSP Bridge?

Key features of MCP-LSP Bridge?

  • Integrates LSP with MCP agents (e.g., Claude Code)
  • Supports code analysis via LSP
  • Enables code navigation across projects
  • Provides code refactoring capabilities
  • Works with 20+ programming languages

Use cases of MCP-LSP Bridge?

  • Use an MCP agent to inspect and understand code structure
  • Navigate to definitions, references, and symbols through natural language
  • Refactor code (rename, extract) via agent commands
  • Multi-language project analysis from a single MCP interface

FAQ from MCP-LSP Bridge?

Comments

More Developer Tools MCP servers