Openfinance
Rank #6,870io.github.Openfinanceorg/openfinance
MCP server providing openfinance capabilities
Openfinance is a Model Context Protocol (MCP) server published by Openfinanceorg. It ranks #6,870 of 132,345 servers tracked on MCP Toplist, and its repository has 31 GitHub stars. Openfinance is listed on Official MCP, with 3 tracked versions. It was first listed on Mar 15, 2026 and most recently updated on Mar 15, 2026.
Ranks ahead of 125,475 of 132,345 servers on MCP Toplist.
Use Openfinance
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add openfinance -e "OPENFINANCE_API_KEY=<your OPENFINANCE_API_KEY>" -e "OPENFINANCE_URL=<your OPENFINANCE_URL>" -- npx -y @openfinance-sh/mcpReplace each placeholder with your own value before saving.
[mcp_servers.openfinance]
command = "npx"
args = ["-y", "@openfinance-sh/mcp"]
[mcp_servers.openfinance.env]
OPENFINANCE_API_KEY = "<your OPENFINANCE_API_KEY>"
OPENFINANCE_URL = "<your OPENFINANCE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openfinance": {
"command": "npx",
"args": [
"-y",
"@openfinance-sh/mcp"
],
"env": {
"OPENFINANCE_API_KEY": "<your OPENFINANCE_API_KEY>",
"OPENFINANCE_URL": "<your OPENFINANCE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openfinance": {
"command": "npx",
"args": [
"-y",
"@openfinance-sh/mcp"
],
"env": {
"OPENFINANCE_API_KEY": "<your OPENFINANCE_API_KEY>",
"OPENFINANCE_URL": "<your OPENFINANCE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"openfinance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@openfinance-sh/mcp"
],
"env": {
"OPENFINANCE_API_KEY": "<your OPENFINANCE_API_KEY>",
"OPENFINANCE_URL": "<your OPENFINANCE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openfinance": {
"command": "npx",
"args": [
"-y",
"@openfinance-sh/mcp"
],
"env": {
"OPENFINANCE_API_KEY": "<your OPENFINANCE_API_KEY>",
"OPENFINANCE_URL": "<your OPENFINANCE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openfinance": {
"command": "npx",
"args": [
"-y",
"@openfinance-sh/mcp"
],
"env": {
"OPENFINANCE_API_KEY": "<your OPENFINANCE_API_KEY>",
"OPENFINANCE_URL": "<your OPENFINANCE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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.Openfinanceorg%2Fopenfinance)<a href="https://mcptoplist.com/server/io.github.Openfinanceorg%2Fopenfinance"><img src="https://mcptoplist.com/badge/io.github.Openfinanceorg%2Fopenfinance.svg" alt="MCP Toplist: Top 10% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Openfinanceorg
Available versions (3)
| Version | Published |
|---|---|
| 0.1.8 | Mar 15, 2026 |
| 0.1.7 | Mar 15, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Openfinance?
- Openfinance is maintained by Openfinanceorg, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Openfinance listed on the Official MCP Registry?
- Yes — Openfinance is listed on the Official MCP Registry.
- How many versions does Openfinance have?
- MCP Toplist tracks 3 versions of Openfinance, most recently published on Mar 15, 2026.
- Where can I find the source code for Openfinance?
- The source code for Openfinance is hosted at github.com/Openfinanceorg/openfinance-app.
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.