SINGHL25/mcp-ai-newsletter
If you are the rightful owner of mcp-ai-newsletter 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.
The MCP server + client project is designed to automate the generation of an AI Weekly Newsletter by integrating Claude, GitHub Issues/PRs, and Streamlit.
mcp-ai-newsletter
MCP server + client project to auto-generate AI Weekly Newsletter using Claude, GitHub Issues/PRs, and Streamlit
š Use Case ā AI Weekly Newsletter
The MCP server exposes an API that:
Pulls latest AI/ML repo updates from GitHub (stars, commits, PRs).
Compiles them into a weekly "AI newsletter" draft.
The MCP client calls the server + Claude API to:
Summarize updates in human-readable format.
Suggest headlines and highlights.
Streamlit app lets users preview, edit, and export newsletter.
Output can be shared as:
Markdown (for GitHub Pages)
PDF (for email/newsletter blast)
Blog (Medium/Dev.to integration optional)
š Example Workflow
MCP server fetches top GitHub AI repos/issues from the past week.
Claude API is used to summarize + beautify content.
Streamlit frontend displays:
Summary cards (trending repos, issues, PRs)
Newsletter preview
Download/export button
Users can publish to GitHub Pages or export PDF.
š ļø Tech Stack
MCP ā server-client interaction (FastAPI + OpenAPI)
Claude API ā text summarization & newsletter styling
GitHub API ā fetch trending repos/issues
Python ā backend logic
Streamlit ā frontend preview + testing
Docker ā containerized deployment
š Learning Resources
š¹ MCP Docs: Model Context Protocol GitHub
š¹ FastAPI: https://fastapi.tiangolo.com/
š¹ GitHub API: https://docs.github.com/en/rest
š¹ Streamlit: https://docs.streamlit.io/
š¹ Anthropic Claude API: https://docs.anthropic.com/
š README Highlights
Overview ā Why MCP + AI newsletter
Setup Guide ā Install dependencies, run MCP server
Run MCP Client ā Example commands
Streamlit Testing ā streamlit run src/streamlit_app.py
Deployment ā Docker & GitHub Actions for auto-build
Future Roadmap ā Adding Twitter/Reddit feeds