← Discover MCPs and Agents
m
MCPAI & MLGitHub

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.

Links

README

From the repo.


MCP HUB

Lua NixOS License: MIT Discord

MCP Hub is a MCP client for neovim that seamlessly integrates MCP (Model Context Protocol) servers into your editing workflow. It provides an intuitive interface for managing, testing, and using MCP servers with your favorite chat plugins.

Image

💜 Sponsors

CryogenicPlanet Oli Morris Super Memory yingmanwumen Yetone omarcresp petermoser watsy0007 kohane27 Kelly CopleyNom Social

Special thanks to:

Composio.dev logo Vapi logo

✨ Features

CategoryFeatureSupportDetails
Capabilities
ToolsFull support
🔔 Tool List ChangedReal-time updates
ResourcesFull support
🔔 Resource List ChangedReal-time updates
Resource TemplatesURI templates
PromptsFull support
🔔 Prompts List ChangedReal-time updates
RootsNot supported
SamplingNot supported
MCP Server Transports
Streamable-HTTPPrimary transport protocol for remote servers
SSEFallback transport for remote servers
STDIOFor local servers
Authentication for remote servers
OAuthWith PKCE flow
HeadersFor API keys/tokens
Chat Integration
Avante.nvimTools, resources, resourceTemplates, prompts(as slash_commands)
CodeCompanion.nvimTools, resources, templates, prompts (as slash_commands), 🖼 image responses
CopilotChat.nvimTools, resources, function calling support
Marketplace
Server DiscoveryBrowse from verified MCP servers
InstallationManual and auto install with AI
Configuration
Universal ${} SyntaxEnvironment variables and command execution across all fields
VS Code CompatibilitySupport for servers key, ${env:}, ${input:}, predefined variables
JSON5 SupportComments and trailing commas via lua-json5
Workspace Management
Project-Local ConfigsAutomatic detection and merging with global config
Advanced
Smart File-watchingSmart updates with config file watching
Multi-instanceAll neovim instances stay in sync
Shutdown-delayCan run as systemd service with configure delay before stopping the hub
Lua Native MCP ServersWrite once , use everywhere. Can write tools, resources, prompts directly in lua
Dev ModeHot reload MCP servers on file changes for development

🎥 Demos

MCP Hub + CodeCompanion + Github

MCP Hub + Avante + Figma

🚀 Getting Started

Visit our documentation site for detailed guides and examples

👋 Get Help

:gift: Contributing

Please read the CONTRIBUTING.md guide.

🚧 TODO

  • Neovim MCP Server (kind of) with better editing, diffs, terminal integration etc (Ideas are welcome)
  • Enhanced help view with comprehensive documentation
  • MCP Resources as variables in chat plugins
  • MCP Prompts as slash commands in chat plugins
  • Enable LLM to start and stop MCP Servers dynamically
  • Support SSE transport
  • Support /slash_commands in avante
  • Support streamable-http transport
  • Support OAuth
  • Add types
  • Better Docs
  • Add tests
  • Support #variables in avante

👏 Acknowledgements

Thanks to:

Collected info

  • 1,785 stars
  • 87 forks
  • Language: Lua
  • Source updated: 7/24/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.