Skip to content
Back to search
30
MCP

@mseep/lsp-mcp

npm/@mseep/lsp-mcp

An Model Context Protocol (MCP) server that provides LLMs/AI Agents with the capabilities of a language server protocol (LSP) server. This gives the AI the ability to get language aware context from the codebase.

Uptime
0.0%
12 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@mseep/lsp-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}