MCP Catalogs
Home

Dataverse-skills vs time

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

Dataverse-skills
by microsoft
time
by modelcontextprotocol
Stars★ 101★ 85,748
30d uses
Score4877
Official
Categories
Developer ToolsDatabaseAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScript
Last committhis monththis month

Dataverse-skills · Summary

Microsoft Dataverse skills for AI coding agents that wrap Dataverse MCP server, CLI, SDK and PAC CLI.

time · Summary

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

Dataverse-skills · Use cases

  • Natural language querying of Dataverse data for CRM analysis
  • Automating Dataverse solution deployment across environments
  • Creating and managing data models and metadata through AI agents

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

Dataverse-skills · Install

Installation

For GitHub Copilot:

/plugin install dataverse@awesome-copilot

For Claude Code:

/plugin install dataverse@claude-plugins-official

After installation, connect to Dataverse by asking your agent: "Connect to Dataverse". This will walk through tool checks, authentication, and MCP registration.

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.