Skip to content
Claude Desktop

vim mcp for Claude Desktop

io.github.iggredible/vim-mcp

Connect Claude Code to Vim/Neovim - query state, execute commands, search help, record macros

client:Claude Desktop transport:stdio runtime:npm

Install vim mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "vim-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vim-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

vim mcp in other clients