Syncline MCP Server
Rank #2,781com.kekwanu/syncline-mcp-server
MCP server providing syncline-server capabilities
Syncline MCP Server is a Model Context Protocol (MCP) server published by KekwanuLabs. It ranks #2,781 of 115,460 servers tracked on MCP Toplist, and its repository has 76 GitHub stars. Syncline MCP Server is listed on Official MCP, with 15 tracked versions. It was first listed on Nov 17, 2025 and most recently updated on Nov 29, 2025.
Ranks ahead of 112,679 of 115,460 servers on MCP Toplist.
Use Syncline MCP Server
claude mcp add syncline-mcp-server -e "SYNCLINE_API_KEY=<your SYNCLINE_API_KEY>" -- npx -y @kekwanulabs/syncline-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.syncline-mcp-server]
command = "npx"
args = ["-y", "@kekwanulabs/syncline-mcp-server"]
[mcp_servers.syncline-mcp-server.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": {
"command": "npx",
"args": [
"-y",
"@kekwanulabs/syncline-mcp-server"
],
"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": {
"command": "npx",
"args": [
"-y",
"@kekwanulabs/syncline-mcp-server"
],
"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": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kekwanulabs/syncline-mcp-server"
],
"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": {
"command": "npx",
"args": [
"-y",
"@kekwanulabs/syncline-mcp-server"
],
"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": {
"command": "npx",
"args": [
"-y",
"@kekwanulabs/syncline-mcp-server"
],
"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)<a href="https://mcptoplist.com/server/com.kekwanu%2Fsyncline-mcp-server"><img src="https://mcptoplist.com/badge/com.kekwanu%2Fsyncline-mcp-server.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 (15)
| Version | Published |
|---|---|
| 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.21 | Nov 17, 2025 |
| 1.0.20 | Nov 17, 2025 |
| 1.0.19 | Nov 17, 2025 |
| 1.0.14 | Nov 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Syncline MCP Server?
- Syncline MCP Server is maintained by KekwanuLabs, which publishes 3 MCP servers (37 total versions) tracked on MCP Toplist.
- Is Syncline MCP Server listed on the Official MCP Registry?
- Yes — Syncline MCP Server is listed on the Official MCP Registry.
- How many versions does Syncline MCP Server have?
- MCP Toplist tracks 15 versions of Syncline MCP Server, most recently published on Nov 29, 2025.
- Where can I find the source code for Syncline MCP Server?
- The source code for Syncline MCP Server is hosted at github.com/KekwanuLabs/syncline.