mcp_server
If you are the rightful owner of mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server providing blog post generation capabilities using web scraping and OpenAI.
MCP Server
An MCP server providing blog post generation capabilities using web scraping and OpenAI.
Features
- Generate blog posts in R Markdown format
- Uses web scraping to gather context
- Powered by OpenAI's language models
Installation
# Install with Poetry
poetry install
# Or with pip
pip install mcp-server
## Running it
```bash
# If installed with poetry
poetry run mcp-server
# Otherwise
python -m mcp_server.server