Overview
what is Blog Publisher MCP Server?
Blog Publisher MCP Server is an automation tool designed to streamline the process of publishing blog posts from local Markdown files to GitHub.
how to use Blog Publisher MCP Server?
To use the Blog Publisher MCP Server, simply input the command "blog+文章名" in your terminal, and the server will automatically copy the specified Markdown file from your local Obsidian directory to the designated blog directory, process any image links, and push the changes to GitHub.
key features of Blog Publisher MCP Server?
- Trigger Condition: Initiates the process when the user inputs "blog+文章名".
- File Copying: Automatically copies Markdown files from the local Obsidian directory to a specified blog directory.
- Image Processing: Detects and updates image links in the Markdown file, copying images to the appropriate folder.
- GitHub Integration: Commits and pushes changes to a GitHub repository.
use cases of Blog Publisher MCP Server?
- Automating the publication of blog posts from Markdown files.
- Managing image assets for blog posts efficiently.
- Streamlining the workflow for content creators using Obsidian.
FAQ from Blog Publisher MCP Server?
- Can I customize the target directory for my blog posts?
Yes! You can specify the target directory in the configuration settings.
- Is this tool compatible with all Markdown files?
Yes! As long as the files are in the correct format, they can be processed.
- Do I need to have GitHub set up beforehand?
Yes! You need to have a GitHub repository ready for the tool to push changes.