MCP server for Singular Reporting
Node.js server implementing Model Context Protocol (MCP) for Singular Reporting.
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
3. Add the Jampp MCP server to the configuration:
``json``
{
"mcpServers": {
"singular": {
"command": "npx",
"args": [ "-y", "@feedmob/singular-reporting" ],
"env": {
"SINGULAR_API_KEY": "api_key",
"SINGULAR_API_BASE_URL": "api_base_url"
}
}
}
}
MIT