Developer Tools
Trust: 30/100 (Limited)Syncline MCP Server (TypeScript) Guide
Syncline MCP Server (TypeScript) - AI-powered meeting scheduling with intelligent auto-scheduling
by KekwanuLabs
Quick Start
Install
npx @kekwanulabs/syncline-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"com-kekwanu-syncline-mcp-server": {
"command": "npx",
"args": [
"@kekwanulabs/syncline-mcp-server"
]
}
}
}