by AudienseCo
The Audiense Insights MCP has been migrated to a remote model. For more information on how to use the new remote MCP, please reach us at support@audiense.com.
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.
Before using this server, ensure you have:
Open the configuration file for Claude Desktop:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
code %AppData%\Claude\claude_desktop_config.json
Add or update the following configuration:
*Configuration content*
tail -f ~/Library/Logs/Claude/mcp*.log
2. Verify environment variables are set correctly.
2. Ensure the absolute path to index.js is correct.
### Authentication Issues
- Double-check OAuth credentials.
- Ensure the refresh token is still valid.
- Verify that the required API scopes are enabled.
## 📜 Viewing Logs
To check server logs:
### For MacOS/Linux:
tail -n 20 -f ~/Library/Logs/Claude/mcp*.log
### For Windows:
Get-Content -Path "$env:AppData\Claude\Logs\mcp*.log" -Wait -Tail 20
## 🔐 Security Considerations
- Keep API credentials secure – never expose them in public repositories.
- Use environment variables to manage sensitive data.
## 📄 License
This project is licensed under the Apache 2.0 License. See the LICENSE file for more details.
No version information available
0 contributors