Enterprise DNA
M MCP Servers Developer low

linw1995/nvim-mcp

by Various

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 d

L

MCP

linw1995/nvim-mcp

Added 1 June 2026

#lsp #mcp-server #nvim #nvim-plugin

Overview

A Model Context Protocol (MCP) server written in Rust that enables AI assistants to connect to and interact with Neovim instances. It provides access to editor diagnostics through structured resources.

Best for

Best for
Neovim users who want to give AI assistants direct access to their editor state and diagnostics

Use cases

  • Connect AI coding assistants directly to Neovim for context-aware suggestions
  • Retrieve and analyze diagnostic information from Neovim via MCP resources
  • Automate editor interactions from external AI tools through the MCP protocol

How to use

Install

cargo install nvim-mcp

Tested with

Claude Code

Example client config

programs.claude-code = {\n  enable = true;\n  mcpServers.nvim = {\n    type = "stdio";\n    command = lib.getExe nvim-mcp;\n    args = [ "--connect" "auto" ];\n  };\n}

Notes

A Model Context Protocol (MCP) server written in Rust that enables AI assistants to connect to and interact with Neovim instances. It provides access to editor diagnostics through structured resources.

56 stars on GitHub. Last updated 2026-05-02. Licensed Apache-2.0.

Use cases

  • Connect AI coding assistants directly to Neovim for context-aware suggestions
  • Retrieve and analyze diagnostic information from Neovim via MCP resources
  • Automate editor interactions from external AI tools through the MCP protocol

Pros

  • Written in Rust for performance and reliability
  • Tightly integrated with Neovim’s architecture
  • Open source with permissive licensing

Cons

  • Small community with only 56 GitHub stars
  • Limited to Neovim (no support for other editors)
  • Early stage tool with potentially undocumented edge cases

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Written in Rust for performance and reliability
  • Tightly integrated with Neovim's architecture
  • Open source with permissive licensing

Cons

  • Small community with only 56 GitHub stars
  • Limited to Neovim (no support for other editors)
  • Early stage tool with potentially undocumented edge cases
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks