developer tools
Nvim Mcp
A MCP server to interact with Neovim
local
macos
windows
linux
rust
developer tools
Installation
npx -y linw1995/nvim-mcpConfiguration
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
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub