Meet261/hello-mcp-server
3.1
If you are the rightful owner of hello-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.
The MCP Summarization Server is a deployable server designed for Smithery that utilizes the Gemini API to summarize research papers.
MCP Summarization Server
A deployable MCP server for Smithery that summarizes research papers using the Gemini API. Users can upload a PDF or provide a URL to a paper, and receive a summary.
Features
- Upload PDF or enter URL of a research paper
- Summarizes using Google Gemini API
- Deployable to smithery.ai
Project Structure
backend/ # FastAPI MCP server
frontend/ # React UI (Vite)
smithery.yaml
Local Development
Backend
cd backend
pip install -r requirements.txt
uvicorn main:app --reload --port 8080
Frontend
cd frontend
npm install
npm run dev
Deployment to Smithery
- Push your code (including
smithery.yaml
and Dockerfiles) to GitHub. - Connect your GitHub to Smithery.
- Deploy via the Smithery dashboard.
Configuration
- Requires a Gemini API key (see Google Gemini).
- Smithery will pass this as a config parameter.
License
MIT