AI

Audiense Insights

Created 7 months ago

Audiense Insights MCP Server for marketing insights and audience analysis.

development documentation public deprecated

What is Audiense Insights?

Marketing insights and audience analysis from [Audiense](https://www.audiense.com/products/audiense-insights) reports, covering demographic, cultural, influencer, and content engagement analysis.

Documentation

Audiense Insights MCP Server

This server, based on the Model Context Protocol (MCP), allows Claude or any other MCP-compatible client to interact with your Audiense Insights account. It extracts marketing insights and audience analysis from Audiense reports, covering demographic, cultural, influencer, and content engagement analysis.

Prerequisites

Before using this server, ensure you have:

  • Node.js (v18 or higher)
  • Claude Desktop App
  • Audiense Insights Account with API credentials
  • X/Twitter API Bearer Token (optional, for enriched influencer data)

Configuring Claude Desktop

  1. Open the configuration file for Claude Desktop:
  • MacOS: code ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: code %AppData%\Claude\claude_desktop_config.json
  1. Add or update the following configuration:
    "mcpServers": {
      "audiense-insights": {
        "command": "npx",
        "args": [ "-y", "mcp-audiense-insights" ],
        "env": {
          "AUDIENSE_CLIENT_ID": "your_client_id_here",
          "AUDIENSE_CLIENT_SECRET": "your_client_secret_here",
          "TWITTER_BEARER_TOKEN": "your_token_here"
        }
      }
    }
    
  2. Save the file and restart Claude Desktop.

Available Tools

  • get-reports: Retrieves the list of Audiense insights reports owned by the authenticated user.
  • get-report-info: Fetches detailed information about a specific intelligence report.
  • get-audience-insights: Retrieves aggregated insights for a given audience.
  • get-baselines: Retrieves available baseline audiences.
  • get-categories: Retrieves the list of available affinity categories.
  • compare-audience-influencers: Compares influencers of a given audience with a baseline audience.
  • get-audience-content: Retrieves audience content engagement details.
  • report-summary: Generates a comprehensive summary of an Audiense report.

License

This project is licensed under the Apache 2.0 License. See the LICENSE file for more details.

Server Config

{
  "mcpServers": {
    "audiense-insights-server": {
      "command": "npx",
      "args": [
        "audiense-insights"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Audiense Co.
Category: official
License: Apache 2.0 License
Tags:
development documentation public