https://github.com/5queezer/rendercv-mcp
https://github.com/5queezer/rendercv-mcp
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/5queezer/rendercv-mcp
- Owner: 5queezer
- Created: 2026-04-15T15:30:57.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-15T16:15:59.000Z (about 2 months ago)
- Last Synced: 2026-04-15T18:21:07.950Z (about 2 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RenderCV MCP Server
MCP server that renders CVs from YAML via claude.ai. Built on [mcp-oauth-template](https://github.com/5queezer/mcp-oauth-template).
## MCP Tools
- **render_cv** — YAML in, PDF + PNG preview out
- **validate_cv** — Check YAML without rendering
- **list_themes** — Available themes (classic, ember, harvard, ...)
- **get_example** — Full example YAML for any theme
## Run locally
```bash
pip install -r requirements.txt
uvicorn server:app --reload --port 8080
```
## Deploy (Coolify)
Push to GitHub, add as Docker Compose resource in Coolify with domain `cv.vasudev.xyz`.
## Connect in claude.ai
Settings → Integrations → Add MCP Server → URL: `https://cv.vasudev.xyz/mcp`