mcphub.nvim is an MCP (Model Context Protocol) client plugin 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. Create your first MCP capable agent you need only 6 lines of code. Works with any langchain-supported LLM that supports tool calling (OpenAI, Anthropic, Groq, LLama etc.) Explore MCP capabilities and generate starter code with the interactive code builder. 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.
Features
- Real‑time support for MCP tools, resources, prompts and resource templates
- Multiple transport protocols: Streamable‑HTTP (primary), SSE (fallback), and STDIO for local servers
- Authentication support including OAuth (with PKCE) and API keys/headers
- Integrated chat plugin support with Avante.nvim, CodeCompanion.nvim, and CopilotChat.nvim
- Smart workspace management: project‑local configs, multi‑instance sync, smart file‑watching, shutdown delay
- Lua-native MCP server development with hot‑reload dev mode
