nvim-mcp

linw1995/nvim-mcp
★ 49 stars Rust 💻 Code/Dev Tools Updated 21d ago
A Model Context Protocol (MCP) server that provides seamless integration with Neovim instances, enabling AI assistants to interact with your editor through connections and access diagnostic information via structured resources.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nvim-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "nvim-mcp"
      ]
    }
  }
}

Topics

lspmcp-servernvimnvim-plugin