Sophon
Rank #6,491io.github.lacausecrypto/sophon
Honest token economics for MCP agents. 68% tokens saved, zero-ML Rust binary.
Sophon is a Model Context Protocol (MCP) server published by lacausecrypto. It ranks #6,491 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Sophon is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on Apr 15, 2026 and most recently updated on Apr 30, 2026.
Ranks ahead of 108,969 of 115,460 servers on MCP Toplist.
Use Sophon
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sophon -- npx -y serve mcp-sophon[mcp_servers.sophon]
command = "npx"
args = ["-y", "serve", "mcp-sophon"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"sophon": {
"command": "npx",
"args": [
"-y",
"serve",
"mcp-sophon"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sophon": {
"command": "npx",
"args": [
"-y",
"serve",
"mcp-sophon"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sophon": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"serve",
"mcp-sophon"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sophon": {
"command": "npx",
"args": [
"-y",
"serve",
"mcp-sophon"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sophon": {
"command": "npx",
"args": [
"-y",
"serve",
"mcp-sophon"
]
}
}
}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/io.github.lacausecrypto%2Fsophon)<a href="https://mcptoplist.com/server/io.github.lacausecrypto%2Fsophon"><img src="https://mcptoplist.com/badge/io.github.lacausecrypto%2Fsophon.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
lacausecrypto
Other servers by lacausecrypto
- Sports Hub#6,165 · 3 vers
- mcp-belgium#23,922 · 2 vers
- mcp-nbb#35,143 · 1 ver
- Datamuse MCP#40,834 · 1 ver
- mcp-new-caledonia#40,835 · 1 ver
- PoetryDB MCP Server#40,836 · 1 ver
- Apple MCP Server#91,644
Available versions (8)
| Version | Published |
|---|---|
| 0.5.4 | Apr 30, 2026 |
| 0.5.1 | Apr 20, 2026 |
| 0.5.0 | Apr 20, 2026 |
| 0.4.0 | Apr 18, 2026 |
| 0.3.0 | Apr 17, 2026 |
| 0.2.1 | Apr 16, 2026 |
| 0.2.0 | Apr 16, 2026 |
| 0.1.1 | Apr 15, 2026 |
Frequently asked questions
- Who maintains Sophon?
- Sophon is maintained by lacausecrypto, which publishes 8 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Sophon listed on the Official MCP Registry?
- Yes — Sophon is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Sophon have?
- MCP Toplist tracks 8 versions of Sophon, most recently published on Apr 30, 2026.
- Where can I find the source code for Sophon?
- The source code for Sophon is hosted at github.com/lacausecrypto/mcp-sophon.