0.0.4 • Published 5 months ago
@feedmob/feedmob-reporting v0.0.4
Feedmob Spend MCP Server
Usage with Claude Desktop
- Make sure you have installed and updated to the latest version of Claude for Desktop.
- Open the Claude for Desktop configuration file:
- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
- Windows: %APPDATA%\Claude\claude_desktop_config.json
- Add the Feedmob Spend MCP server to the configuration:
NPX
{
"mcpServers": {
"feedmob": {
"command": "npx",
"args": [ "-y", "@feedmob/feedmob-reporting" ],
"env": {
"FEEDMOB_KEY": "FEEDMOB_KEY",
"FEEDMOB_SECRET": "FEEDMOB_SECRET",
"FEEDMOB_API_BASE": "FEEDMOB_API_BASE"
}
}
}
}License
MIT