Vim MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 27 Sep 2025.
Connect Claude Code to Vim/Neovim - query state, execute commands, search help, record macros
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add vim-mcp -- npx -y vim-mcp
{
"mcpServers": {
"vim-mcp": {
"args": [
"-y",
"vim-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.vim-mcp]
command = "npx"
args = ["-y", "vim-mcp"]
{
"mcpServers": {
"vim-mcp": {
"args": [
"-y",
"vim-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"vim-mcp": {
"args": [
"-y",
"vim-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.