Syncline MCP Server Python
Rank #3,370com.kekwanu/syncline-mcp-server-python
MCP server providing syncline-server-python capabilities
Syncline MCP Server Python is a Model Context Protocol (MCP) server published by KekwanuLabs. It ranks #3,370 of 115,460 servers tracked on MCP Toplist, and its repository has 294 GitHub stars. Syncline MCP Server Python is listed on Official MCP, with 5 tracked versions. It was first listed on Nov 17, 2025 and most recently updated on Nov 29, 2025.
Ranks ahead of 112,090 of 115,460 servers on MCP Toplist.
Use Syncline MCP Server Python
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add syncline-mcp-server-python -e "SYNCLINE_API_KEY=<your SYNCLINE_API_KEY>" -- uvx syncline-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.syncline-mcp-server-python]
command = "uvx"
args = ["syncline-mcp-server"]
[mcp_servers.syncline-mcp-server-python.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-python": {
"command": "uvx",
"args": [
"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-python": {
"command": "uvx",
"args": [
"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-python": {
"type": "stdio",
"command": "uvx",
"args": [
"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-python": {
"command": "uvx",
"args": [
"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-python": {
"command": "uvx",
"args": [
"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-python)<a href="https://mcptoplist.com/server/com.kekwanu%2Fsyncline-mcp-server-python"><img src="https://mcptoplist.com/badge/com.kekwanu%2Fsyncline-mcp-server-python.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 (5)
| Version | Published |
|---|---|
| 1.0.35 | Nov 29, 2025 |
| 1.0.33 | Nov 23, 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 Python?
- Syncline MCP Server Python is maintained by KekwanuLabs, which publishes 3 MCP servers (37 total versions) tracked on MCP Toplist.
- Is Syncline MCP Server Python listed on the Official MCP Registry?
- Yes — Syncline MCP Server Python is listed on the Official MCP Registry.
- How many versions does Syncline MCP Server Python have?
- MCP Toplist tracks 5 versions of Syncline MCP Server Python, most recently published on Nov 29, 2025.
- Where can I find the source code for Syncline MCP Server Python?
- The source code for Syncline MCP Server Python is hosted at github.com/KekwanuLabs/syncline.