claudecode.nvim integrates Claude Code's AI coding assistant into Neovim. It provides code completion, suggestions, and explanations. The server connects to Claude Code's API. Developers use it for AI-assisted coding, debugging, and learning within Neovim.
claudecode.nvim integrates Claude Code's AI coding assistant into Neovim. It provides code completion, suggestions, and explanations. The server connects to Claude Code's API. Developers use it for AI-assisted coding, debugging, and learning within Neovim.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"coder-claudecodenvim-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-coder-claudecodenvim-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from claudecode.nvim?"
API Key Required
This server requires an API key from claudecode.nvim. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CLAUDECODE.NVIM_API_KEY | Yes | Your claudecode.nvim API key |
"What resources are available in claudecode.nvim?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in claudecode.nvim"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in claudecode.nvim with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.