SORNFlow
Rank #77,074com.sornflow/mcp
Document approval workspace. Remote MCP with OAuth; tools follow the signed-in member's space ACL.
SORNFlow is a Model Context Protocol (MCP) server published by sornkan. It ranks #77,074 of 115,460 servers tracked on MCP Toplist. SORNFlow is listed on Official MCP, with 1 tracked version. It was first listed on Aug 18, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 38,386 of 115,460 servers on MCP Toplist.
Use SORNFlow
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http sornflow https://mcp.sornflow.com/mcp[mcp_servers.sornflow]
url = "https://mcp.sornflow.com/mcp"Add to ~/.codex/config.toml.
https://mcp.sornflow.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"sornflow": {
"url": "https://mcp.sornflow.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sornflow": {
"type": "http",
"url": "https://mcp.sornflow.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sornflow": {
"serverUrl": "https://mcp.sornflow.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sornflow": {
"url": "https://mcp.sornflow.com/mcp"
}
}
}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.sornflow%2Fmcp)<a href="https://mcptoplist.com/server/com.sornflow%2Fmcp"><img src="https://mcptoplist.com/badge/com.sornflow%2Fmcp.svg" alt="MCP Toplist: #77,074 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sornkan
Other servers by sornkan
View all sornkan servers →Available versions (1)
| Version | Published |
|---|---|
| 0.3.0 | Aug 18, 2026 |
Frequently asked questions
- Who maintains SORNFlow?
- SORNFlow is maintained by sornkan, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is SORNFlow listed on the Official MCP Registry?
- Yes — SORNFlow is listed on the Official MCP Registry.
- How many versions does SORNFlow have?
- MCP Toplist tracks 1 version of SORNFlow, most recently published on Aug 18, 2026.
- Where can I find the source code for SORNFlow?
- The source code for SORNFlow is hosted at github.com/sornkan/sornflow.