★ 1,744 stars
Lua
🤖 AI/LLM
Updated 1mo ago
An MCP client for Neovim that seamlessly integrates MCP servers into your editing workflow with an intuitive interface for managing, testing, and using MCP servers with your favorite chat plugins.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcphub.nvim": {
"command": "npx",
"args": [
"-y",
"ravitemer/mcphub.nvim"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcphub.nvim npx -y ravitemer/mcphub.nvim
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcphub.nvim": {
"command": "npx",
"args": [
"-y",
"ravitemer/mcphub.nvim"
]
}
}
}
📋 Copy
Topics
avante chatgpt chatplugin claude-ai codecompanion llm mcp mcp-client mcp-hub mcp-server mcp-servers model-context-protocol neovim neovim-plugin nvim