
Zocialeye MCP Server
Enables access to Zocialeye's social media analytics API for campaign data analysis. Provides tools to retrieve campaign categories, keywords, word clouds, messages, summary statistics, and top influencers.
README
Zocialeye MCP Server
Model Context Protocol (MCP) server for the Zocialeye social media analytics API.
Features
This MCP server provides access to Zocialeye's campaign analytics capabilities through the following tools:
- get_campaign_categories: Get categories for a specific campaign
- get_campaign_keywords: Get keywords for a specific campaign
- get_campaign_wordcloud: Get word cloud data for a specific campaign
- get_campaign_messages: Get messages/posts for a specific campaign
- get_campaign_summary: Get summary statistics for a specific campaign
- get_campaign_influencers: Get top influencers for a specific campaign
Installation
- Clone this repository:
git clone <repository-url>
cd zocialeye-mcp
- Install dependencies:
npm install
- Build the project:
npm run build
Configuration
Set the following environment variables:
export ZOCIALEYE_API_KEY="your-api-key-here" # Required for authenticated requests
export ZOCIALEYE_CAMPAIGN_ID="your-campaign-id" # Optional, default campaign ID
Usage
Running the Server
For development:
npm run dev
For production:
npm start
Integration with Claude Desktop
Add the following to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\\Claude\\claude_desktop_config.json
{
"mcpServers": {
"zocialeye": {
"command": "node",
"args": ["/path/to/zocialeye-mcp/dist/index.js"],
"env": {
"ZOCIALEYE_API_KEY": "your-api-key-here",
"ZOCIALEYE_CAMPAIGN_ID": "your-campaign-id"
}
}
}
}
Available Tools
get_campaign_categories
Get categories for a specific campaign.
Parameters:
campaign_id
(optional): The campaign ID to get categories for. If not provided, uses ZOCIALEYE_CAMPAIGN_ID environment variable.
get_campaign_keywords
Get keywords for a specific campaign.
Parameters:
campaign_id
(optional): The campaign ID to get keywords for. If not provided, uses ZOCIALEYE_CAMPAIGN_ID environment variable.
get_campaign_wordcloud
Get word cloud data for a specific campaign.
Parameters:
campaign_id
(optional): The campaign ID to get word cloud for. If not provided, uses ZOCIALEYE_CAMPAIGN_ID environment variable.
get_campaign_messages
Get messages/posts for a specific campaign.
Parameters:
campaign_id
(optional): The campaign ID to get messages for. If not provided, uses ZOCIALEYE_CAMPAIGN_ID environment variable.
get_campaign_summary
Get summary statistics for a specific campaign.
Parameters:
campaign_id
(optional): The campaign ID to get summary for. If not provided, uses ZOCIALEYE_CAMPAIGN_ID environment variable.
get_campaign_influencers
Get top influencers for a specific campaign.
Parameters:
campaign_id
(optional): The campaign ID to get influencers for. If not provided, uses ZOCIALEYE_CAMPAIGN_ID environment variable.
Development
npm run build
: Compile TypeScript to JavaScriptnpm run dev
: Run the server in development mode with auto-reloadnpm start
: Run the compiled server
License
MIT License
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.