← Index

Syncline MCP Server (TypeScript)

com.kekwanu/syncline-mcp-server·v1.0.35·Calendar & Time
Quality Score
86
/100

Syncline MCP Server (TypeScript) - AI-powered meeting scheduling with intelligent auto-scheduling

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "syncline-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@kekwanulabs/syncline-mcp-server"
      ],
      "env": {
        "SYNCLINE_API_KEY": "<your-syncline_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "syncline-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@kekwanulabs/syncline-mcp-server"
      ],
      "env": {
        "SYNCLINE_API_KEY": "<your-syncline_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @kekwanulabs/syncline-mcp-server
§02  Environment variables
SYNCLINE_API_KEY
requiredsecret

Your Syncline API key from https://syncline.run/developer

§03  MCP Quality Score  ·  methodology
freshness
16
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time