MCP Catalogs
Home

matlab-mcp-core-server vs time

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

matlab-mcp-core-server
by matlab
time
by modelcontextprotocol
Stars★ 636★ 85,748
30d uses
Score5377
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last committhis monththis month

matlab-mcp-core-server · Summary

Official MATLAB MCP Server enabling AI applications to execute MATLAB code and access MATLAB functionality.

time · Summary

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

matlab-mcp-core-server · Use cases

  • AI coding assistants generating and debugging MATLAB code
  • Automated analysis of MATLAB scripts for code quality
  • Integration of MATLAB capabilities into AI development workflows

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

matlab-mcp-core-server · Install

Installation Steps

  1. Install MATLAB 2021a or later and add it to the system PATH
  1. Download the latest release for your platform or build from source:

``bash go install github.com/matlab/matlab-mcp-core-server/cmd/matlab-mcp-core-server@latest ``

  1. For Claude Desktop, install the Filesystem extension then download and install the matlab-mcp-core-server.mcpb bundle
  1. For Claude Code, run:

``bash claude mcp add --transport stdio matlab -- /path/to/matlab-mcp-core-server ``

  1. For GitHub Copilot in VS Code, create .vscode/mcp.json with:

``json { "servers": { "matlab": { "type": "stdio", "command": "/path/to/matlab-mcp-core-server", "args": [] } } } ``

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.