MCP Catalogs
Home

bw-modeling-mcp vs time

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

bw-modeling-mcp
by dnic-dev
time
by modelcontextprotocol
Stars★ 33★ 85,748
30d uses
Score4677
Official
Categories
Developer ToolsAI / LLM ToolsDatabase
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

bw-modeling-mcp · Summary

MCP server for AI-assisted development in SAP BW/4HANA systems with comprehensive modeling tools.

time · Summary

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

bw-modeling-mcp · Use cases

  • AI-assisted BW modeling object creation and modification
  • Automated data flow analysis and dependency mapping
  • Live data querying with dynamic variable and filter handling

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

bw-modeling-mcp · Install

# Install via npm (recommended)
npm install -g bw-modeling-mcp

# Or clone and build
git clone https://github.com/dnic-dev/bw-modeling-mcp.git
cd bw-modeling-mcp
npm install
npm run build

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "bw-modeling-mcp": {
      "command": "node",
      "args": ["/path/to/bw-modeling-mcp/dist/index.js"],
      "env": {
        "BW_URL": "https://your-bw-host:50001",
        "BW_USER": "YOUR_USER",
        "BW_PASSWORD": "YOUR_PASSWORD",
        "BW_CLIENT": "001",
        "BW_LANGUAGE": "EN"
      }
    }
  }
}

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.