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 | — | — |
| Score | 53 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | this month | this 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
- Install MATLAB 2021a or later and add it to the system PATH
- 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 ``
- For Claude Desktop, install the Filesystem extension then download and install the
matlab-mcp-core-server.mcpbbundle
- For Claude Code, run:
``bash claude mcp add --transport stdio matlab -- /path/to/matlab-mcp-core-server ``
- For GitHub Copilot in VS Code, create
.vscode/mcp.jsonwith:
``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"]
}
}
}