Language Server
MCP Serverby isaacphi · Added 5mo ago
Claude
1.5k
Install
git clone https://github.com/isaacphi/mcp-language-serverAdd to Claude
claude mcp add isaacphi-mcp-language-serverQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"language-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/language-server"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Provides intelligent code analysis and manipulation across multiple programming languages through language server protocols, enabling developers to explore, understand, and refactor complex codebases.
Tags
File Systemsmcp-server