Back to directory
bigcodegen/mcp-neovim-server

bigcodegen/mcp-neovim-server

@bigcodegen

Control Neovim using Model Context Protocol (MCP) and the official neovim/node-client JavaScript library

neovimvimeditorcode-editingaimcptext-editorautomation

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
2026/6/13
Updated
2026/6/13