Skip to main content
Developer ToolsRust

linw1995/nvim-mcp

A MCP server to interact with Neovim

developer-toolslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/linw1995/nvim-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Rust
Author
linw1995