W

WeChat Digest & Bluesky Publisher

Dual MCP services for curated WeChat article digest delivery and Bluesky social publishing.

WeChat·No reviews yet
Repo
Share:

About

Dual MCP services for curated WeChat article digest delivery and Bluesky social publishing.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about WeChat Digest & Bluesky Publisher.

What is the primary function of the WeChat Digest & Bluesky Publisher MCP?
The WeChat Digest & Bluesky Publisher MCP offers two distinct services: curating and delivering WeChat article digests, and publishing content to Bluesky. It acts as a bridge for content flow between these platforms.
How can I deploy this MCP with a client like Claude Desktop or Cursor?
Deployment generally involves cloning the MCP's repository and configuring your chosen client to point to the local instance. Specific steps will vary based on the client's documentation for adding custom MCP services.
Does the WeChat Digest & Bluesky Publisher MCP require API keys or other credentials?
The MCP's authentication type is listed as 'none'. However, interactions with WeChat or Bluesky may require separate account authentication or API tokens depending on their respective service requirements.
What are the key capabilities exposed by this MCP?
This MCP enables automated digestion and delivery of WeChat articles and facilitates publishing content to the Bluesky social platform. It focuses on content aggregation and dissemination across these services.
Is there a cost associated with using the WeChat Digest & Bluesky Publisher MCP?
The MCP itself is open source and hosted on GitHub. Any costs would depend on the infrastructure you use to host it and any associated fees from the underlying WeChat or Bluesky services.
What are the prerequisites for running this MCP successfully?
Successful operation requires a stable environment compatible with the 'stdio' transport. Additionally, access to WeChat and Bluesky through their respective platforms is necessary for the MCP's functionality.

Install WeChat Digest & Bluesky Publisher

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "wechat-digest-bluesky-publisher": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wechat-digest-bluesky-publisher"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "wechat-digest-bluesky-publisher": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wechat-digest-bluesky-publisher"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "wechat-digest-bluesky-publisher": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wechat-digest-bluesky-publisher"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.