mcphub.nvim

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.

GitHub Stars

1,501

User Rating

Not Rated

Favorites

0

Views

182

Forks

62

Issues

3

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Neovim: 0.5.0 or higher
Lua: 5.1 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/ravitemer/mcphub.nvim.git
cd mcphub.nvim

2. Add Plugin to Neovim

Add the following to your init.vim or init.lua:
lua
require('packer').startup(function()
  use 'ravitemer/mcphub.nvim'
end)

3. Restart Neovim

Restart Neovim to load the plugin.

Troubleshooting

Common Issues

Issue: Plugin not loading correctly Solution: Check your packer configuration and restart Neovim.