Catalog
com.kekwanu/syncline-mcp-server-python
OfficialSyncline MCP Server (Python)
Syncline MCP Server (Python) - AI-powered meeting scheduling with intelligent auto-scheduling
AI-powered meeting scheduling with intelligent auto-scheduling capabilities.
README not available yet.
Install
Configuration
Environment variables
SYNCLINE_API_KEYrequiredsecretYour Syncline API key from https://syncline.run/developer
claude_desktop_config.json
{
"mcpServers": {
"syncline-mcp-server-python": {
"command": "uvx",
"args": [
"syncline-mcp-server"
],
"env": {
"SYNCLINE_API_KEY": "<YOUR_SYNCLINE_API_KEY>"
}
}
}
}