Back to MCP Servers
Nvim
A MCP server to interact with Neovim
developer-tools
By linw1995
Installation
npx -y nvim-mcpConfiguration
{
"mcpServers": {
"nvim-mcp": {
"command": "npx",
"args": ["-y", "nvim-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes