toutiaohao-mcp-server

SuperWangYuan/toutiaohao-mcp-server
★ 0 stars Go AI/LLM Updated today
EN: An MCP server and HTTP API powered by Go and go-rod for automated Toutiao (ByteDance) content publishing, analytics, and creator dashboard automation.ZH: 基于 Go 与浏览器自动化的头条号自动运营工具包,支持 MCP 协议与 HTTP API,实现自动发文、草稿保存和数据分析。
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "toutiaohao-mcp-serve": {
      "command": "go",
      "args": [
        "run",
        "github.com/SuperWangYuan/toutiaohao-mcp-server@latest"
      ]
    }
  }
}

README Excerpt

基于 [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) 与 Go 语言实现的头条号创作者后台自动化运营工具包。支持作为标准 MCP 服务端直接接入 AI 客户端(如 Cursor、DeepSeek、Claude Desktop、Claude Code),同时也暴露了标准的 RESTful HTTP 接口,实现自媒体发文、数据分析与内容管理的自动化。 --- - **双通道服务架构**:同一端口(默认 `8080`)下,同时提供符合标准 MCP 协议的 JSON-RPC 路由(`/mcp`)与面向传统 Webhooks 的 RESTful HTTP API。同时支持标准 Stdio 管道启动方式无缝集成 Cursor/Claude Desktop。

Tools (2)

commandtoutiao