Lsp MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 2 349 installs a week from npm. Last commit 26 Jul 2026.
Universal LSP MCP server
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add lsp-mcp -- npx -y @theupsider/lsp-mcp
{
"mcpServers": {
"lsp-mcp": {
"args": [
"-y",
"@theupsider/lsp-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.lsp-mcp]
command = "npx"
args = ["-y", "@theupsider/lsp-mcp"]
{
"mcpServers": {
"lsp-mcp": {
"args": [
"-y",
"@theupsider/lsp-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"lsp-mcp": {
"args": [
"-y",
"@theupsider/lsp-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.