mcphub.nvim
Overview
mcphub.nvim is a Neovim plugin that provides an interface to mcphub.com, a marketplace for MCP servers. It allows Neovim users to browse, install, and manage MCP servers directly from their editor. Editor's Review: For Neovim users who want AI assistance through MCP, this plugin removes the manual configuration overhead. Instead of configuring MCP servers through JSON files, you can search the mcphub registry and install servers with a few keystrokes. The plugin is particularly useful for developers who frequently experiment with different MCP tools or who want to quickly evaluate new servers without leaving their editor. Note that mcphub.nvim is most useful when you already have an MCP-compatible AI assistant configured in Neovim.
Editor's Review
By Lee Li · 5/7/2026
Capabilities
- • stdio transport support
- • network transport options
- • resource handlers
- • prompt templates
- • sampling support
- • authentication support
Best For
mcphub.nvim is a Neovim plugin acting as an MCP client, integrating MCP servers into editing workflows with management and testing tools.
Decision Snapshot
Docs
6 links
Capabilities
8 key capabilities detected
- • GitHub stars: 1760
- • Forks: 83
- • Source provenance count: 1
- • Active signal: Updated this week from lifecycle signals.
- • Last seen: 4/15/2026
Features
- • stdio transport support
- • network transport options
- • resource handlers
- • prompt templates
- • sampling support
- • authentication support
- • github integration
- • mcp client integration
Use Cases
- • Capability coverage: stdio transport support; network transport options.
Supported Clients / Integrations
- • stdio transport support
- • network transport options
- • resource handlers
- • prompt templates
- • sampling support
- • authentication support
- • github integration
- • mcp client integration
Compatibility Signals
- • Claude Desktop: mentions (Mentioned in approved metadata/docs evidence.)
- • GitHub: supports (Detected in parser config/capability hints.)
Notes / Requirements
- • Primary language: Lua
- • License: MIT
- • Documentation coverage: high
- • Parser coverage score: 0.60
- • Source provenance includes GitHub discovery
- • Source feeds: GitHub Search API
- • Topic cluster: coding
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
mcp-use
mcp-use is an opinionated TypeScript framework for building MCP agents, clients, and servers. Built on top of the official @modelcontextprotocol/sdk, it adds structured patterns for authentication, error handling, and composable agent workflows. Editor's Review: mcp-use is the most practical choice for TypeScript developers building production MCP integrations. The framework makes sensible defaults while preserving escape hatches for customization. Notably, it supports ChatGPT Apps, Code Mode, OAuth, Notifications, Sampling, and Observability—covering most real-world MCP use cases in a single library. If you are building an MCP server in TypeScript, starting with mcp-use will save significant time compared to raw SDK usage.
mcp-for-beginners
An open-source curriculum introducing Model Context Protocol (MCP) fundamentals through cross-language examples, focusing on practical techniques for building modular, scalable, and secure AI workflows.
arxiv-mcp-server
A Python-based Model Context Protocol (MCP) server that enables searching, accessing, and locally storing arXiv research papers for use with LLM AI clients.
metamcp
metamcp is an MCP aggregator, orchestrator, middleware, and gateway packaged in a Docker container.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.