Loading languages...
MC

mcp-neovim-server

@bigcodegen257

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

Neovim
Vim
Editor
AI Assistant
Code Editing

# mcpServer Config

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

# stdio

npx -y mcp-neovim-server
Transport:
stdio
Langue:
TypeScript
Créé:12/22/2024
Mis à jour:11/8/2025
Page d'accueil: