Back to MCP Servers
Language
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.
developer-tools
By isaacphi
Installation
npx -y mcp-language-serverConfiguration
{
"mcpServers": {
"mcp-language-server": {
"command": "npx",
"args": ["-y", "mcp-language-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes