Token导航 LogoToken导航TokenDH.com
Autonomous Blog Agent logo
设计创作stdio官方级别未说明来源级核验

Autonomous Blog Agent

MCP Server

一个使用OpenAI Agents SDK和MCP服务器的博客文章生成引擎,适用于自动化内容创作和SEO优化。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
PythonOpenAI设计

安装说明

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

作者 / 组织

mustafabutt-dev

提供方

mustafabutt-dev

最后核验

2026/5/17 20:22

运行时

Python

快速接入

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

命令预览

python3 main.py --topic "Create a Pie Chart" --product "Aspose.Slides" --platform "Java" --brand "aspose.com" --keyword_...

详细介绍

博客代理后端

使用OpenAI代理SDK和MCP服务器的博客帖子创建引擎。

快速开始

1.设置

# Clone the repository
git clone 
cd blog-agent-backend

# Run setup script
chmod +x setup.sh
./setup.sh

2.配置

更新 agent_engine/.env:

3.跑步

python3 main.py --topic "Create a Pie Chart" --product "Aspose.Slides" --platform "Java" --brand "aspose.com"  --keyword_source "auto (using SerpApi)" --author "Muhammad Mustafa"   

Google关键字规划表

python3 main.py --topic "Convert PPTX to PDF" --product "Aspose.Slides" --platform "Java" --brand "aspose.com"  --keyword_source "manual (using Google Keyword Planner Sheet)" --author "Muhammad Mustafa"

目前支持以下品牌:

  • aspose.com
  • Groupdocs.com
  • conholdate.cloud
  • conholdate.com

项目结构

blog-agent-backend/
├── agent_engine/
│   ├── main.py                 # Main file
│   ├── config.py               # Configuration
│   ├── agent_logic/
│   │   └── orchestrator.py     # Main orchestration layer
│   ├── services/
│   │   └── serpapi_keyword_service.py  # External service to fetch keywords from Google SERP       
│   ├── tools/
│   │   └── mcp_tools.py        # Wrapper functions for MCP tools
│   ├── utils/
│   │   └── helpers.py          # Contains helper functions
│   │   └── prompts.py          # Returns prompts for LLM
│   ├── requirements.txt
│   └── .env
│
├── mcp-servers/
│   ├── file-generator/   
│   │   └── server.py           
│   └── requirements.txt
│   ├── keywords_auto/          # Keyword research tool using SERPAPI
│   │   └── server.py           # MD file generation tools
│   ├── keywords_manual/.       # Keyword research tool using Keyword.csv file
│   │   └── server.py  
│   ├── outline_generator/      # Generates blog post outline
│   │   └── server.py  
│   ├── related-topics/         # Fetch relevant articles from the relevant category  
│   │   └── server.py  
│   ├── title_generator/        # Generates SEO-optimized title for blog post 
│   │   └── server.py  
│   └── requirements.txt
│── data/
│   │   └── aspose.json          # Contains source products data for aspose
│   │   └── groupdocs.json       # Contains source products data for groupdocs
│   │   └── conholdate.json      # Contains source products data for conholdate
│── output/
│   │   └── blogs               # Contains generated MD files of blog post
└── setup.sh                    # Initial setup

部署

使用Docker(即将推出)

docker-compose up

目录标签

目录标签

PythonOpenAI设计博客生成本地部署自动化写作SEO优化内容创作

接入字段

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

stdio

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

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

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

0

权限和风险

stdionone部署方式未说明

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

安装前确认

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

来源信息

继续浏览同类 MCP