520,054 tools. Updated 2026-09-06 08:15
"Vim" matching MCP tools:
- Execute Vim commands directly within the MCP server, enabling integration of Vim’s native text editing workflows and optional shell command execution for enhanced productivity.MIT
- Run Vim ex commands in Neovim to modify buffers, files, and editor state. Execute a single command or a list, returning captured output or errors.MIT
- Send raw Vim keystrokes to Neovim for motions, visual selections, and operators. Esc is prepended automatically, so input starts in normal mode and multi-mode sequences work in one call.MIT
- Send text into a terminal's running program without focusing it, with optional submit. Use for typing or pasting commands into any terminal buffer.MIT
- Retrieve LSP diagnostics for a file open in Neovim. Returns errors, warnings, info, and hints with line and column details.MIT
- Read the complete content of an open Neovim buffer, capturing unsaved edits. Get every line prefixed with its line number to review the full file state.MIT
Matching MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables Claude Code to connect to and control Vim instances, allowing natural language commands for editing, macros, help searches, and more.3-
- AlicenseBqualityFmaintenanceVietnamese Financial Markets Data MCP Server providing real-time quotes, financials, and technical indicators.35511MIT
Matching MCP Connectors
Search nearly 20,000 verified restaurants and bars across 24 cities plus the New Mexico region, with venue detail and curated lists.
AI-powered eSIM recommendation agent for travelers. Provides real-time coverage checks, package search by country, and pricing across 190+ destinations via structured tool calls. Tools available: - list_countries - full list of supported destinations - check_coverage - network operators by country code - search_packages - filter eSIM plans by country - get_package_details - pricing and data specs - create_checkout - generate payment link for purchase No auth required for search tools. Ideal
- Retrieve a specific line range from a Neovim buffer to inspect code sections while reflecting unsaved changes. Returns numbered lines for a precise range.MIT
- Add visual-only virtual text annotations to Neovim buffers, positioned above, below, or at line end, with custom colors—no file changes.MIT
- Add multiple virtual text annotations to Neovim buffers in one call. Place notes above, at EOL, or below lines with optional colors and highlight groups.MIT
- Fetch live task output with status, new lines since an offset, and optional wait for a regex pattern until timeout.MIT
- Run long-running commands as overseer tasks in Neovim, so they appear in the task list and can be stopped cleanly, instead of becoming orphaned processes.MIT
- Query NixOS packages, options, and configurations in real time. Get accurate answers from Home Manager, Darwin, flakes, and Nix docs to prevent AI hallucinations.MIT
- Execute shell commands on remote servers via SSH with captured stdout, stderr, and exit codes for system administration and automation tasks.MITDestructive
- Run non-interactive commands in a persistent remote shell, retaining working directory and environment across calls. Supports waiting and timeout for long-running tasks.MITDestructive
- Establish a persistent session with a running Neovim instance over Unix socket or TCP, with auto-selection when exactly one instance is active or manual pick via index, socket path, or terminal PID.MIT
- Retrieve LSP diagnostics from all open Neovim buffers to get a project-wide overview of errors and warnings. Returns file, line, col, severity, message, and source for each diagnostic.MIT
- Replace an exact string in a Neovim buffer with new text, requiring a unique match to avoid errors. Edits occur in-memory and remain undoable until the user saves.MIT
- Retrieve a complete read-only snapshot of the current Neovim session, including windows, buffers, modes, marks, and diagnostics. Get full details without modifying editor state.MIT
- Highlight multiple line ranges in Neovim buffers with optional colors in a single call, for visual annotation without modifying content.MIT
- Rewrite an entire file in Neovim by replacing the buffer content in-memory. Undoable until save, and creates the buffer if it doesn't exist.MIT
- Remove all MCP virtual text annotations from a Neovim buffer. Clears only annotations added via add_virtual_text(s), leaving LSP, highlights, and other plugins unaffected. Safe to call anytime.MIT