sminnee/lsp-mcp
3.3
If you are the rightful owner of lsp-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The LSP MCP Server is a tool that integrates refactoring capabilities into the Language Server Protocol, allowing for seamless code modifications through MCP clients like Claude Code.
Tools
Functions exposed to the LLM to take actions
rename_file
Rename files/folders using LSP rename capabilities.
move_function
Move functions between files using LSP refactoring.
extract_function
Extract code selections into new functions.
find_references
Find all references to symbols.
rename_symbol
Rename symbols across all files.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client