developer tools

Nvim Mcp

A MCP server to interact with Neovim

local
macos
windows
linux
rust
developer tools
0
View on GitHub

Installation

npx -y linw1995/nvim-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "nvim-mcp",
  "command": "npx",
  "args": [
    "-y",
    "linw1995/nvim-mcp"
  ]
}

About This MCP Server

linw1995/nvim-mcp

A MCP server to interact with Neovim

GitHub: https://github.com/linw1995/nvim-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub