What is the io.github.grulex/money4k-split-bill MCP server?
Create a bill from a chat/photo and share it with anyone
How to install io.github.grulex/money4k-split-bill
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"money4k-split-bill": {
"url": "https://money4k.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"money4k-split-bill": {
"serverUrl": "https://money4k.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"money4k-split-bill": {
"type": "http",
"url": "https://money4k.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"money4k-split-bill": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://money4k.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http money4k-split-bill https://money4k.com/mcpRelated MCP servers
MCP server for describing and invoking gRPC methods
View repository →