Audiense Insights MCP Server is a server based on the Model Context Protocol (MCP) that allows Claude and other MCP-compatible clients to interact with your Audiense Insights account.
2.3K
8 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
audiense-insights
to the mcpServers
section:{
"mcpServers": {
"audiense-insights": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AUDIENSE_CLIENT_ID",
"-e",
"AUDIENSE_CLIENT_SECRET",
"-e",
"TWITTER_BEARER_TOKEN",
- mcp/audiense-insights@sha256:064623a07a6b1d4282a94cb338ca5872db1326dd09591f8f6b708d15326bf962
],
"env": {
"AUDIENSE_CLIENT_ID": "{{audiense-insights.client_id}}",
"AUDIENSE_CLIENT_SECRET": "your_client_secret_here",
"TWITTER_BEARER_TOKEN": "your_token_here"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Audiense Insights
version: 1.0.1
schema: v1
mcpServers:
- name: Audiense Insights
command: docker
args:
- run
- --rm
- -i
- -e
- AUDIENSE_CLIENT_ID
- -e
- AUDIENSE_CLIENT_SECRET
- -e
- TWITTER_BEARER_TOKEN
- mcp/audiense-insights@sha256:064623a07a6b1d4282a94cb338ca5872db1326dd09591f8f6b708d15326bf962
env:
AUDIENSE_CLIENT_ID: "{{audiense-insights.client_id}}"
AUDIENSE_CLIENT_SECRET: "your_client_secret_here"
TWITTER_BEARER_TOKEN: "your_token_here"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
audiense-insights
to the mcpServers
section:{
"mcpServers": {
"audiense-insights": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AUDIENSE_CLIENT_ID",
"-e",
"AUDIENSE_CLIENT_SECRET",
"-e",
"TWITTER_BEARER_TOKEN",
- mcp/audiense-insights@sha256:064623a07a6b1d4282a94cb338ca5872db1326dd09591f8f6b708d15326bf962
],
"env": {
"AUDIENSE_CLIENT_ID": "{{audiense-insights.client_id}}",
"AUDIENSE_CLIENT_SECRET": "your_client_secret_here",
"TWITTER_BEARER_TOKEN": "your_token_here"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for