MCP Catalogs
Home

mcp-neovim-server vs time

Side-by-side comparison to help you pick between these two MCP servers.

mcp-neovim-server
by bigcodegen
time
by modelcontextprotocol
Stars★ 312★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit7 mo agothis month

mcp-neovim-server · Summary

MCP server for controlling Neovim with 19 tools for editing, navigation, buffer management and workflow automation.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mcp-neovim-server · Use cases

  • AI-assisted coding in Neovim with direct buffer manipulation and code editing capabilities
  • Automated text processing and file management through Neovim commands
  • Complex development workflow automation combining multiple Vim operations

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

mcp-neovim-server · Install

Installation Options

Option 1: DXT Package (Recommended)
  1. Download the latest .dxt file from [Releases](https://github.com/bigcodegen/mcp-neovim-server/releases)
  2. Drag the file to Claude Desktop
Option 2: Manual Installation

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "MCP Neovim Server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-neovim-server"
      ],
      "env": {
        "ALLOW_SHELL_COMMANDS": "true",
        "NVIM_SOCKET_PATH": "/tmp/nvim"
      }
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.