weekly-pulse MCP server

weekly-pulse MCP server

Enables automated ingestion of App Store/Play Store reviews, synthesis of themes and actions, and publishing to Google Docs and Gmail drafts via Google Workspace MCP.

Category
Visit Server

README

Milestone 3 — AI Agent with MCP

Weekly review pulse agent: ingest App Store / Play Store exports → synthesize themes and actions → publish to Google Docs and Gmail draft via Google Workspace MCP (no direct Google APIs).

Repository: github.com/alekhya2395/Milestone-3---AI-agent-MCP

Settings

Local setup from scratch (Windows / PowerShell):

# 1. Clone
git clone https://github.com/alekhya2395/Milestone-3---AI-agent-MCP.git
cd Milestone-3---AI-agent-MCP

# 2. Virtual environment
python -m venv .venv
.\.venv\Scripts\Activate.ps1

# 3. Install dependencies
pip install -r requirements.txt

# 4. Environment variables
copy .env.example .env
# Edit .env with your keys (Google OAuth, Alpha Vantage, etc.)

# 5. MCP setup (Cursor)
# Follow: phases/phase-01-mcp-setup/gcp-setup-checklist.md
# Then:  phases/phase-01-mcp-setup/runbook.md

# 6. Download reviews (Phase 2)
python phases/phase-02-review-ingestion/scripts/fetch-reviews.py --weeks 10
python phases/phase-02-review-ingestion/scripts/normalize-reviews.py

Step 5 details:

After step 6, review outputs are in data/raw/ (CSV) and data/reviews/reviews.json (filtered JSON).

Documentation

Doc Purpose
docs/problemstatement.md Goals and constraints
docs/architecture.md System design
docs/implementationplan.md Phase-wise plan
docs/eval.md Milestone evaluation tracker
docs/decision.md Architecture decisions
docs/deployment-railway.md Deploy custom MCP server on Railway

Railway deployment

Deploy the weekly-pulse MCP server (review tools) to Railway:

railway up

Full guide: docs/deployment-railway.md

Google Gmail/Drive MCP remain on Google's servers — connect both from Cursor.

Project layout

├── .cursor/mcp.json          # Drive + Gmail MCP (secrets via env vars)
├── data/raw/                 # Store review exports
├── data/processed/           # Normalized reviews & pulse artifacts
├── docs/                     # Specs and per-phase eval.md
├── phases/                   # Phase work folders (runbooks, artifacts)
└── prompts/                  # Agent prompts (Phase 3+)

Current phase: 1 — MCP & foundation

  1. Complete GCP setup checklist
  2. Set env vars from .env.example
  3. Restart Cursor → Settings → Tools & MCP → Connect google-drive and google-gmail
  4. Run smoke tests per runbook
  5. Sign off Phase 1 eval

MCP config location

  • Project: .cursor/mcp.json (committed, no secrets)
  • Credentials: GOOGLE_OAUTH_CLIENT_ID and GOOGLE_OAUTH_CLIENT_SECRET in .env or system environment

References

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured