Token导航 LogoToken导航TokenDH.com
SociaVault MCP Server logo
数据服务HTTP官方级别未说明来源级核验

SociaVault MCP Server

MCP Server

SociaVault MCP Server 是一个允许用户通过自然语言命令在AI客户端中直接查询多个社交媒体平台数据的服务,适用于开发者、营销人员和研究人员。

工具数

11

提示词数

0

GitHub Stars

1

资源数

0
数据分析JavaScriptClaude多平台支持Claude DesktopClaudeCline

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

olamide-olaniyan

提供方

olamide-olaniyan

最后核验

2026/5/17 20:31

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npm install -g sociavault-mcp

详细介绍

SociaVault MCP Server

Query social media data directly in Claude Desktop, Cline, or any MCP-compatible AI client.

Powered by SociaVault - The most reliable social media data API for developers.

Features

Instagram - Profiles, posts ✅ TikTok - Profiles, videos ✅ Twitter/X - Profiles, tweets ✅ Threads - Profiles, posts ✅ YouTube - Channels ✅ Facebook - Profiles, pages ✅ Reddit - Subreddits, posts

All accessible directly in your AI assistant with simple natural language commands.

Installation

Prerequisites

  1. Get your SociaVault API key

Sign up at sociavault.com/signup (free tier available)

  1. Install the package
   npm install -g sociavault-mcp

Claude Desktop Setup

  1. Open your Claude Desktop config:

- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json - Windows: %APPDATA%\Claude\claude_desktop_config.json

  1. Add the SociaVault MCP server:
   {
     "mcpServers": {
       "sociavault": {
         "command": "sociavault-mcp",
         "env": {
           "SOCIAVAULT_API_KEY": "your-api-key-here"
         }
       }
     }
   }
  1. Restart Claude Desktop

Other MCP Clients

For Cline, Zed, or other MCP clients, refer to their documentation for adding MCP servers.

Usage Examples

Once configured, you can ask Claude natural language questions like:

Instagram

  • "Get the Instagram profile for @nike"
  • "Show me the last 20 posts from @cristiano"
  • "What's Nike's follower count on Instagram?"

TikTok

  • "Get TikTok profile data for @charlidamelio"
  • "Show me the latest videos from @mrbeast"
  • "What's the engagement on Charli D'Amelio's TikTok?"

Twitter/X

  • "Get Twitter profile for @elonmusk"
  • "Show me recent tweets from @OpenAI"
  • "What's the follower count for @OpenAI?"

Threads

  • "Get Threads profile for @zuck"
  • "Show me posts from @Meta on Threads"

YouTube

  • "Get YouTube channel data for @MrBeast"
  • "What's the subscriber count for MrBeast?"

Facebook

  • "Get Facebook profile for https://facebook.com/nike"
  • "Show me data from the Nike Facebook page"

Reddit

  • "Get posts from r/programming"
  • "Show me trending posts from r/technology"

Available Tools

The MCP server exposes these tools to AI clients:

ToolDescription
get_instagram_profileGet Instagram profile data (followers, bio, posts count, verification)
get_instagram_postsGet recent Instagram posts with likes, comments, media
get_tiktok_profileGet TikTok profile data (followers, likes, bio, videos count)
get_tiktok_videosGet recent TikTok videos with views, likes, shares
get_twitter_profileGet Twitter/X profile data (followers, bio, tweets count)
get_twitter_tweetsGet recent tweets with engagement metrics
get_threads_profileGet Threads profile data (followers, bio, posts count)
get_threads_postsGet recent Threads posts with likes, replies
get_youtube_channelGet YouTube channel data (subscribers, videos, description)
get_facebook_profileGet Facebook profile/page data (followers, likes, about)
get_reddit_subredditGet Reddit subreddit posts with upvotes, comments

API Limits

Depends on your SociaVault plan:

  • Free tier: 1,000 requests/month
  • Pro: Unlimited requests
  • Enterprise: Custom limits + priority support

Check your usage at sociavault.com/dashboard

Pricing

This MCP server is free and open source.

You only pay for SociaVault API usage:

  • Free: $0/month (1,000 requests)
  • Pro: $29/month (unlimited)
  • Enterprise: Custom pricing

See full pricing at sociavault.com/pricing

Troubleshooting

"SOCIAVAULT_API_KEY environment variable is required"

Make sure you've added your API key to the MCP config file. Get your key at sociavault.com/signup

"Authentication error: Invalid API key"

Your API key is invalid or expired. Generate a new one at sociavault.com/dashboard

"Profile not found"

The username doesn't exist or the account is private. Try a different username.

Server not appearing in Claude Desktop

  1. Check the config file syntax is valid JSON
  2. Restart Claude Desktop completely
  3. Check the logs in ~/Library/Logs/Claude/mcp*.log (macOS)

Development

Want to contribute or run locally?

# Clone the repo
git clone https://github.com/olamide-olaniyan/sociavault-mcp.git
cd sociavault-mcp

# Install dependencies
npm install

# Build
npm run build

# Run locally (requires SOCIAVAULT_API_KEY in environment)
export SOCIAVAULT_API_KEY=your-key-here
node dist/index.js

Use Cases

For Marketers:

  • Research competitor social media strategies
  • Find influencer profiles and engagement rates
  • Track content performance across platforms

For Developers:

  • Build social media analytics tools
  • Integrate social data into your apps
  • Prototype social listening tools

For Researchers:

  • Analyze social media trends
  • Study creator content patterns
  • Track brand presence across platforms

For Sales Teams:

  • Research prospects on social media
  • Verify company social presence
  • Find decision makers and influencers

Why SociaVault?

  • 99.9% uptime - More reliable than scraping yourself
  • No rate limits - Unlimited requests on Pro plan
  • All platforms - Instagram, TikTok, Twitter, LinkedIn in one API
  • Always working - We handle platform changes, you don't
  • Great docs - Clear examples, fast support

Learn more at sociavault.com

Support

License

MIT License - see LICENSE file


Built with ❤️ by the SociaVault team

Get your API key → sociavault.com/signup

目录标签

目录标签

数据分析JavaScriptClaude多平台支持社交媒体API本地部署数据查询AI集成开发者工具

支持客户端

Claude DesktopClaudeCline

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Node.js

部署方式(deploymentType,部署类型)

remote-capable

工具数量(toolCount,工具数)

11

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

HTTPapi-keyremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP