MCP server for integrating Toshl Finance with AI agents via the Model Context Protocol
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"toshl-mcp-server": {
"command": "npx",
"args": [
"-y",
"hktari/toshl-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add toshl-mcp-server npx -y hktari/toshl-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"toshl-mcp-server": {
"command": "npx",
"args": [
"-y",
"hktari/toshl-mcp-server"
]
}
}
}