Back to MCP Servers
🔌

isaacphi/mcp-language-server

BSD-3-Clause

🏎️ 🏠 - MCP Language Server helps MCP enabled clients navigate codebases more easily by giving them access to semantic tools like get definition, references, rename, and diagnostics.

GoProductivity

Install

npx -y isaacphi-mcp-language-server

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "isaacphi-mcp-language-server": {
      "command": "npx",
      "args": [
        "-y",
        "isaacphi-mcp-language-server"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.