JSON Resume Enhancer▌

by jsonresume
Boost your job search with our AI powered resume builder that enhances JSON Resumes using GitHub projects for smarter, u
Enhances JSON Resumes with GitHub project information by analyzing codebases, fetching existing resumes, and intelligently updating profiles with relevant project details using OpenAI's API.
best for
- / Developers maintaining active portfolios
- / Job seekers wanting automated resume updates
- / Programmers with multiple GitHub projects
capabilities
- / Analyze codebases to extract technical skills
- / Fetch existing resumes from GitHub Gists
- / Generate project descriptions using OpenAI
- / Update JSON Resume format automatically
- / Sync enhanced resumes back to GitHub
what it does
Automatically updates your JSON Resume by analyzing GitHub codebases and adding relevant project details and technical skills using AI.
about
JSON Resume Enhancer is an official MCP server published by jsonresume that provides AI assistants with tools and capabilities via the Model Context Protocol. Boost your job search with our AI powered resume builder that enhances JSON Resumes using GitHub projects for smarter, u It is categorized under productivity, developer tools.
how to install
You can install JSON Resume Enhancer in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
license
Unlicense
JSON Resume Enhancer is released under the Unlicense license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
readme
JSON Resume MCP Server
<div align="center">Automate your resume updates with AI by analyzing your coding projects
Installation • Features • Usage • Configuration • Contributing • Testing
</div>What is JSON Resume MCP Server?
This is a Model Context Protocol (MCP) server that enhances AI assistants with the ability to update your JSON Resume by analyzing your coding projects. The MCP server provides tools that allow AI assistants like those in Windsurf or Cursor to:
- Check if you have an existing JSON Resume
- Analyze your codebase to understand your technical skills and projects
- Enhance your resume with details about your current project
With this tool, you can simply ask your AI assistant to "enhance my resume with my current project," and it will automatically analyze your code, extract relevant skills and project details, and update your resume accordingly.
Video demo: https://x.com/ajaxdavis/status/1896953226282594381
Features
- Resume Enhancement: Automatically analyzes your codebase and adds project details to your resume
- GitHub Integration: Fetches and updates your resume stored in GitHub Gists
- AI-Powered: Uses OpenAI to generate professional descriptions of your projects and skills
- TypeScript/Zod Validation: Ensures your resume follows the JSON Resume standard
- JSON Resume Ecosystem: Compatible with the JSON Resume registry
Installation
Prerequisites
- GitHub account with a personal access token (with gist scope)
- OpenAI API key
- Node.js 18+
- An IDE with MCP support (Windsurf or Cursor)
Installing via Smithery
To install mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @jsonresume/mcp --client claude
Install via NPM
npm install -g @jsonresume/mcp
Install in Windsurf or Cursor
Add the following to your Windsurf or Cursor configuration:
Windsurf
Open Settings → MCP Servers and add:
{
"jsonresume": {
"command": "npx",
"args": ["-y", "@jsonresume/mcp"],
"env": {
"GITHUB_TOKEN": "your-github-token",
"OPENAI_API_KEY": "your-openai-api-key",
"GITHUB_USERNAME": "your-github-username"
}
}
}
Cursor
Add to your ~/.cursor/mcp_config.json:
{
"mcpServers": {
"jsonresume": {
"command": "npx",
"args": ["-y", "@jsonresume/mcp"],
"env": {
"GITHUB_TOKEN": "your-github-token",
"OPENAI_API_KEY": "your-openai-api-key",
"GITHUB_USERNAME": "your-github-username"
}
}
}
}
Usage
Once installed and configured, you can use the following commands with your AI assistant:
Enhance Your Resume with Current Project
Ask your AI assistant:
"Can you enhance my resume with details from my current project?"
The assistant will:
- Find your existing resume on GitHub (or create a new one if needed)
- Analyze your current project's codebase
- Generate professional descriptions of your project and skills
- Update your resume with the new information
- Save the changes back to GitHub
- Provide a link to view your updated resume
Check Your Resume Status
Ask your AI assistant:
"Can you check if I have a JSON Resume?"
The assistant will check if you have an existing resume and show its details.
Analyze Your Codebase
Ask your AI assistant:
"What technologies am I using in this project?"
The assistant will analyze your codebase and provide insights about languages, technologies, and recent commits.
Configuration
The MCP server requires the following environment variables:
| Variable | Description |
|---|---|
GITHUB_TOKEN | Your GitHub personal access token with gist permissions |
GITHUB_USERNAME | Your GitHub username |
OPENAI_API_KEY | Your OpenAI API key |
Development
To run the server in development mode:
- Clone the repository:
git clone https://github.com/jsonresume/mcp.git
cd mcp
- Install dependencies:
npm install
- Run in development mode:
npm run dev
This starts the MCP server with the inspector tool for debugging.
Contributing
Contributions are welcome! Here's how you can contribute:
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Commit your changes:
git commit -m 'Add some amazing feature' - Push to the branch:
git push origin feature/amazing-feature - Open a Pull Request
Please ensure your code follows the existing style and includes appropriate tests.
Testing
The MCP server includes several test scripts to help debug and verify functionality.
Running Tests
All test scripts are located in the tests/ directory.
Before running tests, set your environment variables:
export GITHUB_TOKEN=your_github_token
export OPENAI_API_KEY=your_openai_api_key
export GITHUB_USERNAME=your_github_username
Check OpenAI API Key
Validates that your OpenAI API key is working correctly:
npx tsx tests/check-openai.ts
Mock Resume Enhancement
Tests the resume enhancement functionality using mock data (no API calls):
npx tsx tests/debug-mock.ts
Full Resume Enhancement Test
Tests the complete resume enhancement process with live API calls:
npx tsx tests/debug-enhance.ts
MCP Protocol Test
Tests the MCP server protocol communication:
node tests/test-mcp.js
Adding to package.json
For convenience, you can add these test commands to your package.json:
"scripts": {
"test:openai": "tsx tests/check-openai.ts",
"test:mock": "tsx tests/debug-mock.ts",
"test:enhance": "tsx tests/debug-enhance.ts",
"test:mcp": "node tests/test-mcp.js"
}
Then run them with npm run test:mock, etc.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- JSON Resume for the resume standard
- Model Context Protocol for enabling AI tool integration
- OpenAI for powering the AI resume enhancements
FAQ
- What is the JSON Resume Enhancer MCP server?
- JSON Resume Enhancer is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
- How do MCP servers relate to agent skills?
- Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
- How are reviews shown for JSON Resume Enhancer?
- This profile displays 10 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.5 out of 5—verify behavior in your own environment before production use.
Ratings
4.5★★★★★10 reviews- ★★★★★Shikha Mishra· Oct 10, 2024
JSON Resume Enhancer is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
- ★★★★★Piyush G· Sep 9, 2024
We evaluated JSON Resume Enhancer against two servers with overlapping tools; this profile had the clearer scope statement.
- ★★★★★Chaitanya Patil· Aug 8, 2024
Useful MCP listing: JSON Resume Enhancer is the kind of server we cite when onboarding engineers to host + tool permissions.
- ★★★★★Sakshi Patil· Jul 7, 2024
JSON Resume Enhancer reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
- ★★★★★Ganesh Mohane· Jun 6, 2024
I recommend JSON Resume Enhancer for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
- ★★★★★Oshnikdeep· May 5, 2024
Strong directory entry: JSON Resume Enhancer surfaces stars and publisher context so we could sanity-check maintenance before adopting.
- ★★★★★Dhruvi Jain· Apr 4, 2024
JSON Resume Enhancer has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
- ★★★★★Rahul Santra· Mar 3, 2024
According to our notes, JSON Resume Enhancer benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
- ★★★★★Pratham Ware· Feb 2, 2024
We wired JSON Resume Enhancer into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
- ★★★★★Yash Thakker· Jan 1, 2024
JSON Resume Enhancer is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.