TweetBinder by Audiense MCP Server
TweetBinder MCP Server is a server based on the Model Context Protocol (MCP) that allows Claude and other MCP-compatible clients to interact with your TweetBinder by Audiense account
Overview
TweetBinder MCP Server is a server based on the Model Context Protocol (MCP) that allows Claude and other MCP-compatible clients to interact with your TweetBinder by Audiense account, providing access to Twitter analytics data.
To use TweetBinder, install it via Smithery or manually configure it with your Claude Desktop App and TweetBinder API credentials. You can create reports, analyze Twitter data, and retrieve detailed statistics.
- Access TweetBinder analytics directly from Claude - Analyze hashtags, users, and conversations on Twitter/X - Get engagement metrics, sentiment analysis, and more - Create Twitter reports with custom search queries - Check report generation status and retrieve detailed report statistics - Manage your TweetBinder reports and account balance
- Analyzing social media campaigns and their effectiveness.
- Monitoring brand mentions and sentiment on Twitter.
- Generating detailed reports for marketing strategies.
Add to your AI client
Use these steps to connect TweetBinder by Audiense MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-tweetbinder-audienseco": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-tweetbinder-audienseco"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-tweetbinder-audienseco": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-tweetbinder-audienseco"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-tweetbinder-audienseco": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-tweetbinder-audienseco"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-tweetbinder-audienseco": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-tweetbinder-audienseco"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-tweetbinder-audienseco": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-tweetbinder-audienseco"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-tweetbinder-audienseco": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-tweetbinder-audienseco"
]
}
}
}FAQ
Can I use TweetBinder without a TweetBinder account?
No, you need a valid TweetBinder account with API credentials to use this service.
Is there a limit to the number of reports I can create?
Yes, your account has a quota that limits the number of reports you can generate.
How do I troubleshoot issues with the server?
Check the Claude Desktop logs and ensure your environment variables are set correctly.