
nvim mcp server
为 Neovim 提供增强的语言模型集成,支持命令执行、缓冲区读取等功能。
Repository Info
About This Server
为 Neovim 提供增强的语言模型集成,支持命令执行、缓冲区读取等功能。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Neovim MCP Server
A Model Context Protocol (MCP) server for Neovim that provides enhanced integration between language models and Neovim. This server enables AI language models to interact with Neovim, execute commands, read buffer contents, access Vim's help system, and more.
Installation
This project is currently in very early development, so there is no stable release yet. For now, you have to install from source
git clone --depth=1 https://github.com/brianhuster/nvim-mcp-server.git
cd nvim-mcp-server
npm install -g .
The CLI can then be called with nvim-mcp command.
Usage
Use with goose
This server was originally created to use with Goose AI agent. Use the following config to integrate with Goose:
extensions:
nvim-mcp:
args: []
bundled: null
cmd: nvim-mcp
description: An extension to control a Neovim instance. Use it to execute commands, read buffer contents, get LSP diagnostics, read help, man pages,...
enabled: true
env_keys: []
envs: {}
name: nvim-mcp
timeout: 300
type: stdio
Quick Start
Clone the repository
git clone https://github.com/brianhuster/nvim-mcp-serverInstall dependencies
cd nvim-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.