iammarshallnz/mcp-server-demo
If you are the rightful owner of mcp-server-demo 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.
This MCP server connects to a desktop to scan for files and uses a resume file and a job description file to create a new LaTeX file of a resume.
Overview
An MCP that connects to my desktop to scan for files, then uses a resume file and a job description file to create a new laTex file of my resume.
- This is a simple mcp that exposes the users desktop to claude allowing reading and writting of files in a standadised way
Install py mcp, and uv (Python package and project manager)
pip install mcp
pip install uv
To install (connect) in claude
uv run mcp install main.py
Alternatively, you can test it with the MCP Inspector:
uv run mcp dev main.py