MCP Directory
Back

mcp-language-server

by isaacphi · Go · ★ 1,522

mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnostics.

#ai#language-server-protocol#mcp#mcp-server#model-context-protocol

Install

go install github.com/isaacphi/mcp-language-server@latest

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-language-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:isaacphi/mcp-language-server"
      ]
    }
  }
}

From the README

[](https://github.com/isaacphi/mcp-language-server/actions/workflows/go.yml) [](https://goreportcard.com/report/github.com/isaacphi/mcp-language-server) [](https://pkg.go.dev/github.com/isaacphi/mcp-language-server) [](https://github.com/isaacphi/mcp-language-server/blob/main/go.mod) This is an [MCP](https://modelcontextprotocol.io/introduction) server that runs and exposes a [language server](https://microsoft.github.io/language-server-protocol/) to LLMs. Not a language server for MCP, whatever that would be. helps MCP enabled clients navigate codebases more easily by giving them access se…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers