savvly-mcp
Rank #3,408com.savvly/savvly
Savvly MCP: query fund data, model projections, and compare against alternative retirement products.
savvly-mcp is a Model Context Protocol (MCP) server published by Savvly. It ranks #3,408 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. savvly-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 61 tracked versions. It was first listed on May 27, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 128,705 of 132,113 servers on MCP Toplist.
Use savvly-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http savvly https://api.savvly.com/mcpclaude mcp add savvly -- npx -y @savvly/mcp-serverclaude mcp add savvly -- uvx savvly-mcp-serverclaude mcp add savvly -- dnx Savvly.McpServerclaude mcp add savvly -- docker run -i --rm ghcr.io/savvly/savvly-mcp-server:1.0.93Published as mcp bundle `https://github.com/Savvly/savvly-mcp/releases/download/v1.0.93/savvly-mcp-server.mcpb` — install it through your client’s extension manager.
[mcp_servers.savvly]
url = "https://api.savvly.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.savvly]
command = "npx"
args = ["-y", "@savvly/mcp-server"]Add to ~/.codex/config.toml.
[mcp_servers.savvly]
command = "uvx"
args = ["savvly-mcp-server"]Add to ~/.codex/config.toml.
[mcp_servers.savvly]
command = "dnx"
args = ["Savvly.McpServer"]Add to ~/.codex/config.toml.
[mcp_servers.savvly]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/savvly/savvly-mcp-server:1.0.93"]Add to ~/.codex/config.toml.
Published as mcp bundle `https://github.com/Savvly/savvly-mcp/releases/download/v1.0.93/savvly-mcp-server.mcpb` — install it through your client’s extension manager.
https://api.savvly.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"savvly": {
"command": "npx",
"args": [
"-y",
"@savvly/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"savvly": {
"command": "uvx",
"args": [
"savvly-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"savvly": {
"command": "dnx",
"args": [
"Savvly.McpServer"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"savvly": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/savvly/savvly-mcp-server:1.0.93"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
Published as mcp bundle `https://github.com/Savvly/savvly-mcp/releases/download/v1.0.93/savvly-mcp-server.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"savvly": {
"url": "https://api.savvly.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"savvly": {
"command": "npx",
"args": [
"-y",
"@savvly/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"savvly": {
"command": "uvx",
"args": [
"savvly-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"savvly": {
"command": "dnx",
"args": [
"Savvly.McpServer"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"savvly": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/savvly/savvly-mcp-server:1.0.93"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
Published as mcp bundle `https://github.com/Savvly/savvly-mcp/releases/download/v1.0.93/savvly-mcp-server.mcpb` — install it through your client’s extension manager.
{
"servers": {
"savvly": {
"type": "http",
"url": "https://api.savvly.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"savvly": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@savvly/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"savvly": {
"type": "stdio",
"command": "uvx",
"args": [
"savvly-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"savvly": {
"type": "stdio",
"command": "dnx",
"args": [
"Savvly.McpServer"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"savvly": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/savvly/savvly-mcp-server:1.0.93"
]
}
}
}Save as .vscode/mcp.json in your workspace.
Published as mcp bundle `https://github.com/Savvly/savvly-mcp/releases/download/v1.0.93/savvly-mcp-server.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"savvly": {
"serverUrl": "https://api.savvly.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"savvly": {
"command": "npx",
"args": [
"-y",
"@savvly/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"savvly": {
"command": "uvx",
"args": [
"savvly-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"savvly": {
"command": "dnx",
"args": [
"Savvly.McpServer"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"savvly": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/savvly/savvly-mcp-server:1.0.93"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
Published as mcp bundle `https://github.com/Savvly/savvly-mcp/releases/download/v1.0.93/savvly-mcp-server.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"savvly": {
"url": "https://api.savvly.com/mcp"
}
}
}{
"mcpServers": {
"savvly": {
"command": "npx",
"args": [
"-y",
"@savvly/mcp-server"
]
}
}
}{
"mcpServers": {
"savvly": {
"command": "uvx",
"args": [
"savvly-mcp-server"
]
}
}
}{
"mcpServers": {
"savvly": {
"command": "dnx",
"args": [
"Savvly.McpServer"
]
}
}
}{
"mcpServers": {
"savvly": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/savvly/savvly-mcp-server:1.0.93"
]
}
}
}Published as mcp bundle `https://github.com/Savvly/savvly-mcp/releases/download/v1.0.93/savvly-mcp-server.mcpb` — install it through your client’s extension manager.
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.savvly%2Fsavvly)<a href="https://mcptoplist.com/server/com.savvly%2Fsavvly"><img src="https://mcptoplist.com/badge/com.savvly%2Fsavvly.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
Savvly
Available versions (61)
| Version | Published |
|---|---|
| 1.0.93 | Sep 9, 2026 |
| 1.0.92 | Aug 23, 2026 |
| 1.0.91 | Aug 23, 2026 |
| 1.0.90 | Aug 20, 2026 |
| 1.0.89 | Aug 20, 2026 |
| 1.0.88 | Aug 4, 2026 |
| 1.0.87 | Aug 3, 2026 |
| 1.0.86 | Jul 29, 2026 |
| 1.0.85 | Jul 29, 2026 |
| 1.0.84 | Jul 29, 2026 |
| 1.0.82 | Jul 27, 2026 |
| 1.0.81 | Jul 20, 2026 |
| 1.0.80 | Jul 17, 2026 |
| 1.0.79 | Jul 14, 2026 |
| 1.0.78 | Jul 13, 2026 |
| 1.0.77 | Jul 11, 2026 |
| 1.0.76 | Jul 9, 2026 |
| 1.0.75 | Jul 9, 2026 |
| 1.0.74 | Jul 8, 2026 |
| 1.0.73 | Jul 8, 2026 |
| 1.0.72 | Jul 7, 2026 |
| 1.0.71 | Jul 7, 2026 |
| 1.0.70 | Jul 7, 2026 |
| 1.0.68 | Jun 30, 2026 |
| 1.0.67 | Jun 24, 2026 |
| 1.0.66 | Jun 24, 2026 |
| 1.0.65 | Jun 24, 2026 |
| 1.0.61 | Jun 19, 2026 |
| 1.0.60 | Jun 19, 2026 |
| 1.0.59 | Jun 19, 2026 |
| 1.0.58 | Jun 19, 2026 |
| 1.0.57 | Jun 18, 2026 |
| 1.0.56 | Jun 18, 2026 |
| 1.0.55 | Jun 18, 2026 |
| 1.0.48 | Jun 17, 2026 |
| 1.0.47 | Jun 16, 2026 |
| 1.0.46 | Jun 16, 2026 |
| 1.0.45 | Jun 16, 2026 |
| 1.0.44 | Jun 16, 2026 |
| 1.0.43 | Jun 16, 2026 |
| 1.0.42 | Jun 16, 2026 |
| 1.0.41 | Jun 16, 2026 |
| 1.0.40 | Jun 12, 2026 |
| 1.0.39 | Jun 10, 2026 |
| 1.0.38 | Jun 10, 2026 |
| 1.0.33 | Jun 7, 2026 |
| 1.0.32 | Jun 7, 2026 |
| 1.0.31 | Jun 6, 2026 |
| 1.0.26 | Jun 3, 2026 |
| 1.0.25 | Jun 3, 2026 |
| 1.0.24 | Jun 3, 2026 |
| 1.0.23 | Jun 2, 2026 |
| 1.0.22 | Jun 2, 2026 |
| 1.0.21 | Jun 2, 2026 |
| 1.0.20 | May 30, 2026 |
| 1.0.19 | May 30, 2026 |
| 1.0.6 | May 27, 2026 |
| 1.0.5 | May 27, 2026 |
| 1.0.4 | May 27, 2026 |
| 1.0.3 | May 27, 2026 |
| 1.0.2 | May 27, 2026 |
Frequently asked questions
- Who maintains savvly-mcp?
- savvly-mcp is maintained by Savvly, which publishes 2 MCP servers (61 total versions) tracked on MCP Toplist.
- Is savvly-mcp listed on the Official MCP Registry?
- Yes — savvly-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does savvly-mcp have?
- MCP Toplist tracks 61 versions of savvly-mcp, most recently published on Sep 9, 2026.
- Where can I find the source code for savvly-mcp?
- The source code for savvly-mcp is hosted at github.com/Savvly/savvly-public-api.
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.