The Mcp Neovim Server connects Claude and other Model Context Protocol clients to Neovim instances by exposing a comprehensive set of tools for buffer management, text editing, navigation, and search operations. It provides capabilities including buffer viewing and switching, cursor tracking, vim command execution, multi-mode text editing (insert/replace/replaceAll), regex-based search and replace, project-wide grep with quickfix integration, window management, and connection diagnostics through resources like `nvim://session` and `nvim://buffers`. This server enables AI-assisted code editing and text manipulation by allowing Claude to understand and control Neovim workflows directly through native vim commands that it already comprehends.
claude mcp add --transport stdio bigcodegen-mcp-neovim-server uvx mcp-neovim-server