AI & ML
Trust: 23/100 (Limited)io.github.iggredible/vim-mcp Guide
Connect Claude Code to Vim/Neovim - query state, execute commands, search help, record macros
3 starsby iggredible
Quick Start
Install
npx vim-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-iggredible-vim-mcp": {
"command": "npx",
"args": [
"vim-mcp"
]
}
}
}