linw1995/nvim-mcp
A MCP server to interact with Neovim
Quick Start
Clone the repository:
git clone https://github.com/linw1995/nvim-mcpClaude Desktop configuration example:
{
"mcpServers": {
"nvim-mcp": {
"command": "npx",
"args": [
"-y",
"linw1995/nvim-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.