neovim-mcp

cousine/neovim-mcp
★ 18 stars Go 🤖 AI/LLM Updated 1mo ago
An MCP server for AI agents to command neovim
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "neovim-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/cousine/neovim-mcp@latest"
      ]
    }
  }
}