Finance
Rank #2,749io.github.cybeleri/finance
MCP server providing finance capabilities
Finance is a Model Context Protocol (MCP) server published by cybeleri. It ranks #2,749 of 115,460 servers tracked on MCP Toplist, and its repository has 123 GitHub stars. Finance is listed on Official MCP, with 2 tracked versions. It was first listed on Dec 27, 2025 and most recently updated on Dec 27, 2025.
Ranks ahead of 112,711 of 115,460 servers on MCP Toplist.
Use Finance
claude mcp add finance -- npx -y finance-mcp-server[mcp_servers.finance]
command = "npx"
args = ["-y", "finance-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"finance": {
"command": "npx",
"args": [
"-y",
"finance-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"finance": {
"command": "npx",
"args": [
"-y",
"finance-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"finance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"finance-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"finance": {
"command": "npx",
"args": [
"-y",
"finance-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"finance": {
"command": "npx",
"args": [
"-y",
"finance-mcp-server"
]
}
}
}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.cybeleri%2Ffinance)<a href="https://mcptoplist.com/server/io.github.cybeleri%2Ffinance"><img src="https://mcptoplist.com/badge/io.github.cybeleri%2Ffinance.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
cybeleri
Other servers by cybeleri
View all cybeleri servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Dec 27, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Finance?
- Finance is maintained by cybeleri, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Finance listed on the Official MCP Registry?
- Yes — Finance is listed on the Official MCP Registry.
- How many versions does Finance have?
- MCP Toplist tracks 2 versions of Finance, most recently published on Dec 27, 2025.
- Where can I find the source code for Finance?
- The source code for Finance is hosted at github.com/cybeleri/finance-mcp-server.