Back to directory
mcp-neovim-server

mcp-neovim-server

@bigcodegen311

An MCP server that allows Claude Desktop (or any MCP client) to control Neovim, leveraging Vim's native commands for AI text assistance.

NeovimVimEditorAI AssistantCode Editingcontext

Installation & Configuration

{
  "mcpServers": {
    "MCP Neovim Server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-neovim-server"
      ],
      "env": {
        "ALLOW_SHELL_COMMANDS": "true",
        "NVIM_SOCKET_PATH": "/tmp/nvim"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2024/12/22
Updated
2026/6/8