icon for mcp server

Jampp Reporting

STDIO

MCP server for Jampp Reporting API integration with Claude Desktop

Jampp Reporting MCP Server

Node.js server implementing Model Context Protocol (MCP) for Jampp Reporting API.

Usage with Claude Desktop

  1. Make sure you have installed and updated to the latest version of Claude for Desktop.
  2. Open the Claude for Desktop configuration file:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  1. 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

Be the First to Experience MCP Now