Panniantong/Agent-Reach
Agent Reach gives AI agents the ability to access and interact with the entire internet, including popular platforms like Twitter, Reddit, YouTube, GitHub, and Bilibili, without API fees, enhancing...
Awesome MCP › Social & Messaging
TikTok MCP is a Model Context Protocol server written in JavaScript that gives MCP clients such as Claude Desktop structured access to public TikTok video data. It exposes three tools. The tiktok_get_subtitle tool returns the subtitle track, and therefore the spoken content, of a video identified by its URL; an optional language_code parameter selects a translated track, and when it is omitted the server returns the automatic speech recognition track. The tiktok_get_post_details tool returns metadata for a single post, including the description, video ID, creator username, hashtags, like, share, comment, view and bookmark counts, creation date, duration, and the list of available subtitles with language and source information. The tiktok_search tool takes a free-text query and returns matching videos with the same per-video details, plus pagination metadata: a cursor and a search session identifier that let the client continue an earlier search. All tools accept a full tiktok.com or vm.tiktok.com video URL, and post details also accept a bare numeric video ID. Data is retrieved through TikNeuron, a third-party service, so the server requires a TikNeuron account and an MCP API key passed in the TIKNEURON_MCP_API_KEY environment variable. Two installation paths are documented. The simpler one is the prebuilt MCPB bundle published on the releases page: opening the .mcpb file makes Claude Desktop show an installation dialog that prompts for the API key, with no cloning or building needed. Alternatively the repository can be cloned, built with npm run build, and registered by hand in the mcpServers section of the client configuration, pointing the node command at build/index.js and setting the API key in env. The manual route requires Node.js 18 or newer and Git. The stated uses are analysing virality factors of a video, extracting the content of a video, and answering questions about a specific clip.
https://github.com/Seym0n/tiktok-mcp
Agent Reach gives AI agents the ability to access and interact with the entire internet, including popular platforms like Twitter, Reddit, YouTube, GitHub, and Bilibili, without API fees, enhancing...
WhatsApp MCP Server is an MCP server that enables AI-driven interaction with personal WhatsApp messages and media through integration with LLMs like Claude, using a Go bridge and Python MCP server architecture.
A feature-rich Model Context Protocol (MCP) server for Slack Workspaces supporting stealth and OAuth modes, multiple transports, proxy settings, and comprehensive Slack message and channel interactions without requiring workspace permissions or bot approvals.
Telegram MCP Server is a full-featured integration that enables programmatic interaction with Telegram accounts through the Model Context Protocol, providing extensive tools for messaging, chat and group management, contact handling, and more.
Meta Ads MCP is an MCP server that enables AI models to access, analyze, and manage advertising campaigns on Meta platforms like Facebook and Instagram through a standardized interface.
Gmail AutoAuth MCP Server is an MCP server that enables AI assistants to manage Gmail through natural language commands with full Gmail API integration and OAuth2 authentication support.
mcp-server-chatsum is an MCP server that enables querying and summarizing chat messages to facilitate efficient chat data management and review.
An MCP server implementation that integrates the LINE Messaging API to connect AI Agents with LINE Official Accounts for automated and customizable messaging.