LSP MCP Server
by your-username · development · mcp-server, lobehub, developer
An MCP server for Language Server Protocol (LSP) integration, providing hover information, code completion, diagnostics, and code actions, with resource-based access support.
Source: https://github.com/Tritlo/lsp-mcp
Install
git clone https://github.com/Tritlo/lsp-mcpUse this forAI-extracted
- →Connect Claude to Language Server Protocol (LSP) servers for code analysis and refactoring across multiple programming languages
- →Use IDE-quality code intelligence (autocomplete, diagnostics, go-to-definition) through Claude without leaving the chat interface
- →Enable AI agents to request symbol information, find references, and get hover documentation from live LSP servers
Works with
Tags: mcp-server, lobehub, developer
⭐ 51 GitHub stars · Source: lobehub
About development MCP servers and Claude skills
development MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
LSP MCP Server is one of hundreds of development entries indexed on Skiln. Browse the full development category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related development MCPs and skills
- apisql-mcp by your-username
A universal database MCP server that enables AI assistants to execute SQL queries across multiple databases through apiSQL. Requires environment variables for configuration, including APISQL_MCP_API_URL (apiSQL API endpoint URL), APISQL_MCP_API_KEY (API authentication key), and optionally APISQL_MCP_DS (default data source name).
- MCP Swagger Server by your-username
MCP Swagger Server is a production-ready monorepo solution that converts OpenAPI/Swagger specifications into Model Context Protocol (MCP) format. It includes a modern web UI, enterprise-grade backend services, and intelligent build systems. Requires cloning the repository and installing dependencies via pnpm.
- MCP MySQL Server by your-username
A Model Context Protocol (MCP) server for MySQL databases, including support for AWS RDS and other cloud MySQL instances. Supports database connection management, query execution, schema inspection, index management, and secure SSL connections. Configure connection parameters via environment variables such as MYSQL_HOST, MYSQL_PORT, MYSQL_USER, MYSQL_PASSWORD, MYSQL_DATABASE, and MYSQL_SSL.
- dbx-mcp-server by your-username
A Model Context Protocol (MCP) server that provides integration with Dropbox, allowing MCP-compatible clients to interact with Dropbox through a set of powerful tools. Requires environment variables for Dropbox OAuth 2.0 authentication including DROPBOX_APP_KEY, DROPBOX_APP_SECRET, DROPBOX_REDIRECT_URI, and TOKEN_ENCRYPTION_KEY.
- Stockholm Traffic Planner MCP Server by your-username
A Model Context Protocol (MCP) server for planning public transport journeys in Stockholm, Sweden. Provides stop lookup and journey planning using Stockholm's public transport system with real-time data integration.
- MCP Lucene Server by your-username
The MCP Lucene Server is a Java-based implementation of the Model Context Protocol (MCP) providing efficient search and retrieval using Apache Lucene. It requires a Lucene index directory which can be configured via the 'lucene.index.path' property or environment variables.
- Capsule CRM MCP Server by your-username
Model Context Protocol server for Capsule CRM integration. Requires a Capsule CRM API token to authenticate, which must be provided via environment variable CAPSULE_API_TOKEN.
- PostgreSQL 到 Neo4j 知识图谱管道与 MCP 集成 by your-username
一个生产就绪的数据管道,将结构化内容从 PostgreSQL 转换为 Neo4j 知识图谱,并集成模型上下文协议(MCP)以支持 AI/LLM 交互。需要通过环境变量进行外部配置,以连接 PostgreSQL 和 Neo4j,具体参数在 .env 文件中说明。
Frequently asked questions
How do I install LSP MCP Server?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support LSP MCP Server?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is LSP MCP Server free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.