← Index

io.github.theUpsider/lsp-mcp

io.github.theUpsider/lsp-mcp·v0.1.6·Other
Quality Score
75
/100

Universal LSP MCP server

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "lsp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theupsider/lsp-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "lsp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theupsider/lsp-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @theupsider/lsp-mcp
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
5
§04  Alternatives in Other