0.0.2 • Published 9 months ago
@feedmob/singular-reporting v0.0.2
Singular Reporting MCP Server
Node.js server implementing Model Context Protocol (MCP) for Singular Reporting.
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": {
"singular": {
"command": "npx",
"args": [ "-y", "@feedmob/singular-reporting" ],
"env": {
"SINGULAR_API_KEY": "api_key",
"SINGULAR_API_BASE_URL": "api_base_url"
}
}
}
}License
MIT