@feedmob/feedmob-reporting
v0.0.17
Published
MCP Server for FeedMob Spend API
Downloads
842
Readme
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
cd src/feedmob-reporting && npm run build{
"mcpServers": {
"feedmob": {
"type": "stdio",
"command": "node",
"args": [
"/path/fm-mcp-servers/src/feedmob-reporting/dist/index.js"
],
"env": {
"FEEDMOB_KEY": "FEEDMOB_KEY",
"FEEDMOB_SECRET": "FEEDMOB_SECRET",
"FEEDMOB_API_BASE": "FEEDMOB_API_BASE"
}
}
}
}
{
"mcpServers": {
"feedmob": {
"type": "stdio",
"command": "npx",
"args": [ "-y", "@feedmob/feedmob-reporting" ],
"env": {
"FEEDMOB_KEY": "FEEDMOB_KEY",
"FEEDMOB_SECRET": "FEEDMOB_SECRET",
"FEEDMOB_API_BASE": "FEEDMOB_API_BASE"
}
}
}
}License
MIT
