Jampp Reporting MCP Server
Node.js server implementing Model Context Protocol (MCP) for Jampp Reporting API.
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 Jampp MCP server to the configuration:
 
NPX
{
  "mcpServers": {
    "jampp": {
      "command": "npx",
      "args": [ "-y", "@feedmob/jampp-reporting" ],
      "env": {
        "JAMPP_CLIENT_ID": "your_client_id",
        "JAMPP_CLIENT_SECRET": "your_client_secret"
      }
    }
  }
}
License
MIT