Best Neovim MCP Servers
Neovim is a hyperextensible text editor built for programmers. It's a fork of Vim that focuses on extensibility and usability, with a more modern codebase and features like asynchronous execution, embedded terminal, and a rich plugin ecosystem.
Why this server?
Allows AI agents to manage and monitor overseer.nvim tasks in a Neovim instance, including listing, running, tailing, restarting, stopping, and disposing tasks.
AlicenseAqualityAmaintenanceMCP server for overseer.nvim — gives any MCP-capable coding agent running inside Neovim (Claude Code, Codex, Gemini CLI, opencode) the same visibility and control over tasks the user has: list, run, tail, restart, stop. Agent-started dev servers land in the user's own task list instead of becoming invisible orphaned processes.87602MITWhy this server?
Edits files through a real Neovim instance, providing LSP diagnostics, code actions, symbol renaming, references, hover, formatting, and access to Neovim commands and Lua scripting.
AlicenseAqualityAmaintenanceAn MCP server that edits files through a real Neovim instance, giving agents access to LSP diagnostics, formatting, code actions, and plugin commands.1817MITWhy this server?
Enables real-time buffer awareness and manipulation in Neovim, allowing reading and updating of buffer contents, listing open buffers, and making changes that appear instantly in the editor without file writes.
AlicenseAqualityDmaintenanceIntegrates Neovim buffers with Claude, enabling real-time buffer awareness and direct in-editor content updates through MCP resources and tools.71618MITWhy this server?
Provides a Telescope plugin for browsing and searching memories directly in Neovim with fuzzy search and preview capabilities.
AlicenseAqualityBmaintenancePersistent memory with knowledge graph visualization, semantic/hybrid search, importance scoring, and cloud sync (S3/R2) for cross-session context management.42612MITWhy this server?
Provides tools to control Neovim buffers, windows, diagnostics, LSP language intelligence, and terminals, enabling an AI agent to drive the editor session as if it were a user.
AlicenseAqualityBmaintenanceMake Neovim feel like Cursor. This MCP server gives an agent full control over the Neovim session it is running inside, including buffers, windows, diagnostics, LSP language intelligence, and terminals.23MITWhy this server?
Provides a Language Server Protocol (LSP) interface via tarn-lsp for Neovim, offering diagnostics, completions, and hover documentation for .tarn.yaml files.
AlicenseAqualityAmaintenanceCLI-first API testing tool with MCP server. Tests are .tarn.yaml; failures come back as structured JSON for AI agents to branch on. Tools: tarn_run, tarn_validate, tarn_fix_plan, tarn_inspect, tarn_rerun_failed.145MITWhy this server?
Provides tools for accessing and manipulating Neovim buffers, including retrieving active buffer, listing buffers, looking up buffer content, getting cursor context, publishing buffer updates, and clearing buffers.
AlicenseAqualityAmaintenanceEnables AI clients to interact with Neovim buffers via MCP tools, providing buffer and cursor context.613ISCWhy this server?
Allows AI assistants to control a running Neovim session by sending ex commands, Vimscript expressions, and key sequences; retrieving structured state snapshots including current file, cursor position, mode, window layout, and modified buffers; managing connections to specific instances; and browsing operation recipes for files, navigation, buffers, windows, marks, registers, folds, and LSP actions.
AlicenseAqualityAmaintenanceEnables AI assistants to control running Neovim sessions via RPC socket, supporting command execution, state inspection, and LSP actions. Automatically discovers Neovim instances and supports multi-instance management on Linux and macOS.1860MITWhy this server?
Enables AI software testing for Cline within Neovim, allowing automated test generation and execution on code changes.
AlicenseAqualityCmaintenancetailtest-cline is a Cline plugin that automatically generates and runs tests every time the agent edits a source file. https://github.com/avansaber/tailtest-cline51MIT