# Neovim Server

A proof of concept integration between Claude Desktop and Neovim using Model Context Protocol (MCP) and the official neovim/node-client JavaScript library.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mcp-neovim-server

# Browse available tools
npx -y @smithery/cli@latest tool list mcp-neovim-server
```

---

Source: https://github.com/bigcodegen/mcp-neovim-server | License: MIT
