Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ’» Developer Tools
  3. MCP Language Server
MCP Language Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 6:32:37 PM

MCP Language Server

User RatingsBe the first to rate and review this MCP server!
View Repository1.6k GitHub StarsTotal stargazers on GitHub for the source repository (1,589 stars).Visit Website
developer-toolscode-navigationlanguage-servercode-editing

Gives MCP clients semantic code navigation, diagnostics, symbol renaming, and line-based file editing through an LSP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "isaacphi-mcp-language-server": {
      "command": "go",
      "args": [
        "install",
        "github.com/isaacphi/mcp-language-server@latest"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (6) Directory Badge Claim listing AlternativesšŸ’» More in Developer Tools

Overview

isaacphi/mcp-language-server MCP server connects MCP clients to a language server over stdio, exposing semantic code navigation and editing operations. It can retrieve definitions, find references, show hover information, report file diagnostics, rename symbols, and apply multiple line-based edits. Configure it with a workspace and a compatible language-server executable such as gopls, rust-analyzer, pyright-langserver, typescript-language-server, or clangd. Reach for it when an agent needs structured understanding of a codebase rather than text-only search and replacement.

Use cases

•Navigate symbol definitions in a workspace
•Find every reference to a function or type
•Review warnings and errors for a file
•Rename symbols across a project
•Apply multiple line-based file edits

Key features

•Semantic definition lookup
•Workspace-wide reference search
•File diagnostics
•Hover documentation and type information
•Project-wide symbol renaming
•Line-number-based multi-edit support

Capabilities & Tool Schemas (6) ~155 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Language Server.

definition

Retrieves the complete source code definition of any symbol (function, type, constant, etc.) from your codebase.

references

Locates all usages and references of a symbol throughout the codebase.

diagnostics

Provides diagnostic information for a specific file, including warnings and errors.

hover

Display documentation, type hints, or other hover information for a given location.

rename_symbol

Rename a symbol across a project.

edit_file

Allows making multiple text edits to a file based on line numbers. Provides a more reliable and context-economical way to edit files compared to search and replace based edit tools.

How MCP Language Server works

What isaacphi/mcp-language-server MCP server does

The isaacphi/mcp-language-server MCP server exposes a language server to MCP-enabled clients. It is intended for navigating and modifying source code with semantic information supplied by an underlying Language Server Protocol implementation.

The server works against a configured workspace. Instead of asking an agent to infer relationships from file text alone, it provides operations based on symbols, source locations, references, diagnostics, and language-server responses. It is useful for repositories where an installed language server can understand the project and its dependencies.

How it works

The MCP process launches a language-server executable and communicates with it over standard input and output. The language-server program must support stdio communication. The --workspace option selects the codebase, while --lsp identifies the executable or path to launch. Arguments after -- are forwarded to that language server, and configured environment variables are passed through to it.

The project has documented configurations for Go with gopls, Rust with rust-analyzer, Python with pyright-langserver, TypeScript with typescript-language-server, and C or C++ with clangd. Other language servers may work when they meet the stdio requirement, but the README states that only the listed servers were tested.

Setup and configuration

Install Go first, then install the server with:

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

Install the language server for the language used by the target workspace. For example, the documented commands include go install golang.org/x/tools/gopls@latest, rustup component add rust-analyzer, and global npm installation for Pyright or TypeScript language-server packages.

An MCP client configuration needs the mcp-language-server command and arguments resembling --workspace, a real workspace path, --lsp, and the language-server command. Claude Desktop is the example client shown in the documentation. C or C++ projects may also need clangd's --compile-commands-dir option pointing to a directory containing compile_commands.json.

Tools and capabilities

The isaacphi/mcp-language-server MCP server provides these MCP tools:

  • definition returns the complete source definition for a symbol such as a function, type, or constant.
  • references finds usages of a symbol across the workspace.
  • diagnostics reports warnings and errors for a specified file.
  • hover returns documentation, type information, or other hover data for a location.
  • rename_symbol renames a symbol across a project.
  • edit_file applies multiple text edits to a file using line numbers, offering an alternative to search-and-replace editing.

Limitations and notes

This project is described as beta software. Its results depend on the selected language server and that server's project configuration. The underlying executable must communicate over stdio, and language-specific setup may be required before semantic features work correctly. For clangd, the documentation specifically notes that an appropriate compile_commands.json should be generated.

The README identifies edited code from gopls for LSP communication and says the codebase is covered by a permissive BSD-style license. It also documents LOG_LEVEL=DEBUG for verbose logging to standard error during development or troubleshooting.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • VSCode Devtools logoVSCode Devtools

    Connect to VSCode ide and use semantic tools like findusages

    šŸ’» Developer Tools4 views
    Compare vs VSCode Devtools →
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    šŸ’» Developer Tools8 views
    Compare vs Claude Task Master →
  • MCP Gopls logoMCP Gopls

    A MCP server for interacting with Go's Language Server Protocol (gopls) and benefit from advanced Go code analysis features.

    šŸ’» Developer Tools3 views
    Compare vs MCP Gopls →
  • Magic MCP logoMagic MCP

    Create crafted UI components inspired by the best 21st.dev design engineers.

    šŸ’» Developer Tools16 views
    Compare vs Magic MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1.6k
Stargazers on the source repository.
Last commit
6mo ago
Most recent push to the default branch.
Tools exposed
6
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Language Server

Install Go, then run `go install github.com/isaacphi/mcp-language-server@latest`. You also need a compatible language server.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Language Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/isaacphi-mcp-language-server?style=directory)](https://allmcps.com/mcp/isaacphi-mcp-language-server)
HTML Embed
<a href="https://allmcps.com/mcp/isaacphi-mcp-language-server"><img src="https://allmcps.com/api/badge/isaacphi-mcp-language-server?style=directory" alt="MCP Language Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ’»Developer Tools
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeGo
AuthNo auth required
LicenseBSD
ClientsClaude Desktop
Last updatedSep 3, 2026
11/11 checks healthy over the last 32d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1,589
GitHub Star CountTotal stargazers on GitHub representing community popularity (1,589 stars).
Last commit6mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 1, 2026
60Quality signal: Good Ā· 60/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity6/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ’» Developer Tools →Best MCP servers for Developers →Alternatives to MCP Language Server →Install in Claude DesktopInstall in CursorInstall in VS Code