paulburgess1357/nvim-mcp
by Various
MCP server that connects AI agents to your running Neovim instance via msgpack-RPC — no plugins required.
MCP
paulburgess1357/nvim-mcp
Added 1 June 2026
Overview
This MCP server connects AI agents to a running Neovim instance using msgpack-RPC. It requires no Neovim plugins and lets agents read and modify buffers, execute commands, and navigate files.
Best for
Best for
Developers who want to integrate AI agents directly into their Neovim editing workflow
Use cases
- Let an AI agent edit code in your active Neovim session
- Automate file navigation and buffer management via agent commands
- Execute Neovim commands programmatically from an external AI tool
How to use
Tools exposed
uvnix
Tested with
Cursor, Claude Code, Codex, OpenCode, Claude Desktop
Example client config
{\n "mcpServers": {\n "nvim-mcp": {\n "command": "uvx",\n "args": ["nvim-mcp"]\n }\n }\n} Notes
This MCP server connects AI agents to a running Neovim instance using msgpack-RPC. It requires no Neovim plugins and lets agents read and modify buffers, execute commands, and navigate files.
55 stars on GitHub. Last updated 2026-05-19. Licensed MIT.
Use cases
- Let an AI agent edit code in your active Neovim session
- Automate file navigation and buffer management via agent commands
- Execute Neovim commands programmatically from an external AI tool
Pros
- No Neovim plugins needed, minimal setup
- Direct msgpack-RPC communication is efficient
- Open source with a clear, focused scope
Cons
- Small community and limited documentation (55 stars)
- Requires a running Neovim instance to connect
- Python dependency may not suit all workflows
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- No Neovim plugins needed, minimal setup
- Direct msgpack-RPC communication is efficient
- Open source with a clear, focused scope
Cons
- Small community and limited documentation (55 stars)
- Requires a running Neovim instance to connect
- Python dependency may not suit all workflows
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
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.