服务器

Expensebot
@TotesMagotes
ExpenseBot is the first expense management tool on the official MCP Registry. Two MCP servers:
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"expensebot": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth",
"--token=YOUR_EXPENSEBOT_TOKEN"
]
}
}
}