Syncline MCP Server (Go)
Rank #2,100com.kekwanu/syncline-mcp-server-go
Syncline MCP Server (Go) - AI-powered meeting scheduling with intelligent auto-scheduling
Syncline MCP Server (Go) is a Model Context Protocol (MCP) server published by KekwanuLabs. It ranks #2,100 of 115,460 servers tracked on MCP Toplist, and its repository has 496 GitHub stars. Syncline MCP Server (Go) is listed on Official MCP, with 17 tracked versions. It was first listed on Nov 17, 2025 and most recently updated on Apr 18, 2026.
Ranks ahead of 113,360 of 115,460 servers on MCP Toplist.
Use Syncline MCP Server (Go)
claude mcp add syncline-mcp-server-go -e "SYNCLINE_API_KEY=<your SYNCLINE_API_KEY>" -- npx -y @kekwanulabs/syncline-mcp-server-goReplace each placeholder with your own value before saving.
[mcp_servers.syncline-mcp-server-go]
command = "npx"
args = ["-y", "@kekwanulabs/syncline-mcp-server-go"]
[mcp_servers.syncline-mcp-server-go.env]
SYNCLINE_API_KEY = "<your SYNCLINE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"syncline-mcp-server-go": {
"command": "npx",
"args": [
"-y",
"@kekwanulabs/syncline-mcp-server-go"
],
"env": {
"SYNCLINE_API_KEY": "<your SYNCLINE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"syncline-mcp-server-go": {
"command": "npx",
"args": [
"-y",
"@kekwanulabs/syncline-mcp-server-go"
],
"env": {
"SYNCLINE_API_KEY": "<your SYNCLINE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"syncline-mcp-server-go": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kekwanulabs/syncline-mcp-server-go"
],
"env": {
"SYNCLINE_API_KEY": "<your SYNCLINE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"syncline-mcp-server-go": {
"command": "npx",
"args": [
"-y",
"@kekwanulabs/syncline-mcp-server-go"
],
"env": {
"SYNCLINE_API_KEY": "<your SYNCLINE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"syncline-mcp-server-go": {
"command": "npx",
"args": [
"-y",
"@kekwanulabs/syncline-mcp-server-go"
],
"env": {
"SYNCLINE_API_KEY": "<your SYNCLINE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.kekwanu%2Fsyncline-mcp-server-go)<a href="https://mcptoplist.com/server/com.kekwanu%2Fsyncline-mcp-server-go"><img src="https://mcptoplist.com/badge/com.kekwanu%2Fsyncline-mcp-server-go.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
KekwanuLabs
Available versions (17)
| Version | Published |
|---|---|
| 1.1.1 | Apr 18, 2026 |
| 1.1.0 | Apr 17, 2026 |
| 1.0.36 | Nov 29, 2025 |
| 1.0.35 | Nov 29, 2025 |
| 1.0.33 | Nov 23, 2025 |
| 1.0.32 | Nov 21, 2025 |
| 1.0.31 | Nov 20, 2025 |
| 1.0.30 | Nov 18, 2025 |
| 1.0.29 | Nov 18, 2025 |
| 1.0.28 | Nov 18, 2025 |
| 1.0.27 | Nov 18, 2025 |
| 1.0.26 | Nov 18, 2025 |
| 1.0.25 | Nov 18, 2025 |
| 1.0.22 | Nov 17, 2025 |
| 1.0.21 | Nov 17, 2025 |
| 1.0.20 | Nov 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Syncline MCP Server (Go)?
- Syncline MCP Server (Go) is maintained by KekwanuLabs, which publishes 3 MCP servers (37 total versions) tracked on MCP Toplist.
- Is Syncline MCP Server (Go) listed on the Official MCP Registry?
- Yes — Syncline MCP Server (Go) is listed on the Official MCP Registry.
- How many versions does Syncline MCP Server (Go) have?
- MCP Toplist tracks 17 versions of Syncline MCP Server (Go), most recently published on Apr 18, 2026.
- Where can I find the source code for Syncline MCP Server (Go)?
- The source code for Syncline MCP Server (Go) is hosted at github.com/KekwanuLabs/syncline.