Quanttogo MCP
Rank #8,278io.github.michaeljiangmingfeng-debug/quanttogo-mcp
MCP server providing quanttogo-mcp capabilities
Quanttogo MCP is a Model Context Protocol (MCP) server published by quanttogo. It ranks #8,278 of 132,046 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Quanttogo MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 4 tracked versions. It was first listed on Mar 9, 2026 and most recently updated on Mar 15, 2026.
Ranks ahead of 123,768 of 132,046 servers on MCP Toplist.
Use Quanttogo MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http quanttogo-mcp https://mcp.quanttogo.com/sseclaude mcp add --transport http quanttogo-mcp https://mcp-us.quanttogo.com:8443/mcpclaude mcp add quanttogo-mcp -- npx -y quanttogo-mcp[mcp_servers.quanttogo-mcp]
url = "https://mcp.quanttogo.com/sse"Add to ~/.codex/config.toml.
[mcp_servers.quanttogo-mcp]
url = "https://mcp-us.quanttogo.com:8443/mcp"Add to ~/.codex/config.toml.
[mcp_servers.quanttogo-mcp]
command = "npx"
args = ["-y", "quanttogo-mcp"]Add to ~/.codex/config.toml.
https://mcp.quanttogo.com/sseSettings → Connectors → “Add custom connector”, then paste this URL.
https://mcp-us.quanttogo.com:8443/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"quanttogo-mcp": {
"command": "npx",
"args": [
"-y",
"quanttogo-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"quanttogo-mcp": {
"url": "https://mcp.quanttogo.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"quanttogo-mcp": {
"url": "https://mcp-us.quanttogo.com:8443/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"quanttogo-mcp": {
"command": "npx",
"args": [
"-y",
"quanttogo-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"quanttogo-mcp": {
"type": "http",
"url": "https://mcp.quanttogo.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"quanttogo-mcp": {
"type": "http",
"url": "https://mcp-us.quanttogo.com:8443/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"quanttogo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"quanttogo-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"quanttogo-mcp": {
"serverUrl": "https://mcp.quanttogo.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"quanttogo-mcp": {
"serverUrl": "https://mcp-us.quanttogo.com:8443/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"quanttogo-mcp": {
"command": "npx",
"args": [
"-y",
"quanttogo-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"quanttogo-mcp": {
"url": "https://mcp.quanttogo.com/sse"
}
}
}{
"mcpServers": {
"quanttogo-mcp": {
"url": "https://mcp-us.quanttogo.com:8443/mcp"
}
}
}{
"mcpServers": {
"quanttogo-mcp": {
"command": "npx",
"args": [
"-y",
"quanttogo-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/io.github.michaeljiangmingfeng-debug%2Fquanttogo-mcp)<a href="https://mcptoplist.com/server/io.github.michaeljiangmingfeng-debug%2Fquanttogo-mcp"><img src="https://mcptoplist.com/badge/io.github.michaeljiangmingfeng-debug%2Fquanttogo-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 6 registries
quanttogo
Available versions (4)
| Version | Published |
|---|---|
| 0.2.2 | Mar 15, 2026 |
| 0.1.2 | Mar 10, 2026 |
| 0.1.1 | Mar 10, 2026 |
| 0.1.0 | Mar 10, 2026 |
Frequently asked questions
- Who maintains Quanttogo MCP?
- Quanttogo MCP is maintained by quanttogo, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Quanttogo MCP listed on the Official MCP Registry?
- Yes — Quanttogo MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Quanttogo MCP have?
- MCP Toplist tracks 4 versions of Quanttogo MCP, most recently published on Mar 15, 2026.
- Where can I find the source code for Quanttogo MCP?
- The source code for Quanttogo MCP is hosted at github.com/quanttogo/quanttogo-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.