general MCP Server
An MCP server that lets you interact with LSP servers
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx lsp-mcp-server
2. Add to claude_desktop_config.json
{
"mcpServers": {
"lsp-mcp-server": {
"command": "npx",
"args": [
"lsp-mcp-server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)