Harvey Budget
Rank #43,604io.github.meltingpixelsai/zero-core-budget
Agent spending management with budget tracking, ROI analysis, and spend approval.
Harvey Budget is a Model Context Protocol (MCP) server published by meltingpixelsai. It ranks #43,604 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Harvey Budget is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Mar 4, 2026 and most recently updated on Apr 30, 2026.
Ranks ahead of 71,856 of 115,460 servers on MCP Toplist.
Use Harvey Budget
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http zero-core-budget https://budget.rugslayer.com/mcpclaude mcp add zero-core-budget -- npx -y @meltingpixels/zero-core-budget[mcp_servers.zero-core-budget]
url = "https://budget.rugslayer.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.zero-core-budget]
command = "npx"
args = ["-y", "@meltingpixels/zero-core-budget"]Add to ~/.codex/config.toml.
https://budget.rugslayer.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"zero-core-budget": {
"command": "npx",
"args": [
"-y",
"@meltingpixels/zero-core-budget"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"zero-core-budget": {
"url": "https://budget.rugslayer.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"zero-core-budget": {
"command": "npx",
"args": [
"-y",
"@meltingpixels/zero-core-budget"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"zero-core-budget": {
"type": "http",
"url": "https://budget.rugslayer.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"zero-core-budget": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@meltingpixels/zero-core-budget"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"zero-core-budget": {
"serverUrl": "https://budget.rugslayer.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"zero-core-budget": {
"command": "npx",
"args": [
"-y",
"@meltingpixels/zero-core-budget"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"zero-core-budget": {
"url": "https://budget.rugslayer.com/mcp"
}
}
}{
"mcpServers": {
"zero-core-budget": {
"command": "npx",
"args": [
"-y",
"@meltingpixels/zero-core-budget"
]
}
}
}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.meltingpixelsai%2Fzero-core-budget)<a href="https://mcptoplist.com/server/io.github.meltingpixelsai%2Fzero-core-budget"><img src="https://mcptoplist.com/badge/io.github.meltingpixelsai%2Fzero-core-budget.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
meltingpixelsai
Other servers by meltingpixelsai
- Relayzero#1,885 · 5 vers
- Drainbrain#3,797 · 3 vers
- Harvey Tools#29,077 · 3 vers
- Harvey Intel#43,605 · 2 vers
- Harvey Verify#43,606 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Apr 30, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Harvey Budget?
- Harvey Budget is maintained by meltingpixelsai, which publishes 6 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Harvey Budget listed on the Official MCP Registry?
- Yes — Harvey Budget is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Harvey Budget have?
- MCP Toplist tracks 2 versions of Harvey Budget, most recently published on Apr 30, 2026.
- Where can I find the source code for Harvey Budget?
- The source code for Harvey Budget is hosted at github.com/meltingpixelsai/zero-core-budget.