Back to Apps

Neovim MCP
by linw1995
Seamlessly integrate AI assistants with Neovim instances to interact with your editor and access diagnostics.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Neovim MCP connects AI assistants directly to your Neovim editor instances. It allows the AI to read buffers, interact with the editor's internal state, and leverage the full power of Language Server Protocol (LSP) within the AI's context.
Tools
connect: Establish or manage connections to Neovim instances.read: Read contents of specific buffers or files in the editor.get_targets: Identify active buffers and targets for interaction.buffer_diagnostics: Retrieve structured diagnostic information for the current buffer.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"nvim": {
"command": "nvim-mcp",
"args": ["--connect", "auto"]
}
}
}
Supported hosts
Confirmed support for Claude Desktop and Claude Code.
Quick install
cargo install nvim-mcpInformation
- Pricing
- free
- Published
- 7/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add nvim-mcp binary to path and configure in AGENTS.mdClaude Desktop
{"mcpServers": {"nvim": {"command": "nvim-mcp", "args": ["--connect", "auto"]}}}





