mcp-neovim-server
If you are the rightful owner of mcp-neovim-server 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.
Connect Claude Desktop (or any Model Context Protocol client) to Neovim using MCP and the official neovim/node-client JavaScript library.
vim_buffer
Display the current VIM text editor buffer content (with line number)
vim_command
Send navigation, point edit, and line delete commands to VIM
vim_status
Get VIM editor status (cursor position, mode, file name, etc.)
vim_edit
Edit lines using insert, replace, or replace all
vim_window
Operation of Neovim windows (split, close, navigation, etc.)
vim_mark
Setting marks at specific locations
vim_register
Set the register contents
vim_visual
Create visual mode selection