MCP Catalogs
Home

mcp-server-atlassian-confluence vs time

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

mcp-server-atlassian-confluence
by aashari
time
by modelcontextprotocol
Stars★ 54★ 85,748
30d uses
Score4777
Official
Categories
Knowledge GraphDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit3 mo agothis month

mcp-server-atlassian-confluence · Summary

MCP server connecting AI assistants to Atlassian Confluence knowledge bases with API tools for spaces, pages, and search.

time · Summary

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

mcp-server-atlassian-confluence · Use cases

  • Developers querying API documentation and technical guides in Confluence
  • Product managers searching for requirements and project updates across spaces
  • Support teams finding troubleshooting guides and knowledge base articles

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

mcp-server-atlassian-confluence · Install

Installation

  1. **Install the package globally:**

``bash npm install -g @aashari/mcp-server-atlassian-confluence ``

  1. **Configure for Claude Desktop:**

Add this to your Claude configuration file (~/.claude/claude_desktop_config.json): ``json { "mcpServers": { "confluence": { "command": "npx", "args": ["-y", "@aashari/mcp-server-atlassian-confluence"], "env": { "ATLASSIAN_SITE_NAME": "your-company", "ATLASSIAN_USER_EMAIL": "your.email@company.com", "ATLASSIAN_API_TOKEN": "your_api_token" } } } } ``

  1. **Set environment variables** (alternative method):

``bash export ATLASSIAN_SITE_NAME="your-company" export ATLASSIAN_USER_EMAIL="your.email@company.com" export ATLASSIAN_API_TOKEN="your_api_token" ``

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.