Control Neovim using Model Context Protocol (MCP) and the official neovim/node-client JavaScript library
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-neovim-server": {
"command": "npx",
"args": [
"-y",
"bigcodegen/mcp-neovim-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-neovim-server npx -y bigcodegen/mcp-neovim-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-neovim-server": {
"command": "npx",
"args": [
"-y",
"bigcodegen/mcp-neovim-server"
]
}
}
}