MCP ExplorerExplorer

Gooddata Mcp

@andriichumakon a year ago
1 MIT
FreeCommunity
AI Systems
A PoC for GoodData MCP Server supporting semantic search, PNG generation, and email report scheduling.

Overview

What is Gooddata Mcp

gooddata-mcp is a Proof of Concept (PoC) server that integrates with GoodData to provide enhanced visualization capabilities, including semantic search and report scheduling.

Use cases

Use cases for gooddata-mcp include generating visual reports for business performance, automating the distribution of visualization data via email, and enabling users to search for specific visualizations semantically.

How to use

To use gooddata-mcp, ensure you have a recent version of NodeJS installed. Configure the integration in Claude Desktop with the required parameters such as GOODDATA_TOKEN, GOODDATA_HOST, GOODDATA_WORKSPACE, and GOODDATA_NOTIFICATION_CHANNEL.

Key features

Key features of gooddata-mcp include semantic search for visualizations, generation of PNG images for visualizations, and scheduling email reports for visualization data.

Where to use

gooddata-mcp can be used in various fields that require data visualization and reporting, such as business intelligence, marketing analytics, and performance tracking.

Content

A PoC for GoodData MCP Server

Supported functionality:

  • Semantic search for visualizations.
  • Generation of PNG images for visualizations.
  • Scheduling email reports for visualizations data.

Installation

Make sure you have a reasonably fresh NodeJS installed.

For Claude Desktop, configure the following integration:

{
  "mcpServers": {
    "gooddata": {
      "command": "npx",
      "args": [
        "-y andriichumak/gooddata-mcp"
      ],
      "env": {
        "GOODDATA_TOKEN": "****",
        "GOODDATA_HOST": "https://****.gooddata.com",
        "GOODDATA_WORKSPACE": "****",
        "GOODDATA_NOTIFICATION_CHANNEL": "****"
      }
    }
  }
}
  • TOKEN - GoodData API token.
  • HOST - GoodData server host for your org.
  • WORKSPACE - GoodData workspace ID.
  • NOTIFICATION_CHANNEL - GoodData notification channel ID for email reports.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers