plane-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
plane-mcp-server by makeplane | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 225 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | ProductivityDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
plane-mcp-server · Summary
Plane's official MCP server provides comprehensive tools for project management, work items, cycles, modules, and more through multiple transport protocols.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
plane-mcp-server · Use cases
- Automating project creation and management workflows
- Synchronizing work items between Plane and other tools
- Generating reports from project data through AI assistants
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
plane-mcp-server · Install
Installation
The Plane MCP server supports multiple transport methods:
**1. Stdio Transport (recommended)**
uvx plane-mcp-server stdio**2. Remote HTTP Transport (OAuth)**
npx mcp-remote@latest https://mcp.plane.so/http/mcp**Claude Desktop Configuration**
{
"mcpServers": {
"plane": {
"command": "uvx",
"args": ["plane-mcp-server", "stdio"],
"env": {
"PLANE_API_KEY": "<your-api-key>",
"PLANE_WORKSPACE_SLUG": "<your-workspace-slug>",
"PLANE_BASE_URL": "https://api.plane.so"
}
}
}
}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"]
}
}
}