MCP Catalogs
Home

line-bot-mcp-server vs time

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

line-bot-mcp-server
by line
time
by modelcontextprotocol
Stars★ 583★ 85,748
30d uses
Score5177
Official
Categories
CommunicationProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

line-bot-mcp-server · Summary

LINE Bot MCP Server connects AI agents to LINE Official Accounts via 12 tools for messaging, profile retrieval, and rich menu management.

time · Summary

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

line-bot-mcp-server · Use cases

  • Automated customer support chatbot for LINE Official Account
  • Broadcasting promotional messages to all LINE followers
  • Creating interactive rich menus for enhanced user experience

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

line-bot-mcp-server · Install

Installation

Prerequisites

  • Node.js v20 or later
  • LINE Official Account with Messaging API enabled

Step 1: Get LINE Credentials

  1. Create a LINE Official Account at https://developers.line.biz/en/docs/messaging-api/getting-started/#create-oa
  2. Enable Messaging API for your account
  3. Get your Channel Access Token: https://developers.line.biz/en/docs/basics/channel-access-token/#long-lived-channel-access-token
  4. Get your Destination User ID: https://developers.line.biz/en/docs/messaging-api/getting-user-ids/#get-own-user-id

Step 2: Install with npx

Add to your Claude Desktop config:

{
  "mcpServers": {
    "line-bot": {
      "command": "npx",
      "args": [
        "@line/line-bot-mcp-server"
      ],
      "env": {
        "CHANNEL_ACCESS_TOKEN": "YOUR_TOKEN",
        "DESTINATION_USER_ID": "YOUR_USER_ID"
      }
    }
  }
}

Step 3: Install with Docker

docker run -i --rm -e CHANNEL_ACCESS_TOKEN="YOUR_TOKEN" -e DESTINATION_USER_ID="YOUR_USER_ID" line/line-bot-mcp-server

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.