Vitex — AI Resume Generator
Rank #61,690io.github.ChanMeng666/vitex
Generate tailored, ATS-optimized resume PDFs and cover letters from a job description, over MCP.
Vitex — AI Resume Generator is a Model Context Protocol (MCP) server published by chanmeng666. It ranks #61,690 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Vitex — AI Resume Generator is listed on Official MCP, with 1 tracked version. It was first listed on Jul 19, 2026 and most recently updated on Jul 19, 2026.
Ranks ahead of 53,770 of 115,460 servers on MCP Toplist.
Use Vitex — AI Resume Generator
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http vitex https://www.vitex.org.nz/api/mcpclaude mcp add vitex -e "VITEX_API_KEY=<your VITEX_API_KEY>" -- npx -y vitex-cli mcpReplace each placeholder with your own value before saving.
[mcp_servers.vitex]
url = "https://www.vitex.org.nz/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.vitex]
command = "npx"
args = ["-y", "vitex-cli", "mcp"]
[mcp_servers.vitex.env]
VITEX_API_KEY = "<your VITEX_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://www.vitex.org.nz/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"vitex": {
"command": "npx",
"args": [
"-y",
"vitex-cli",
"mcp"
],
"env": {
"VITEX_API_KEY": "<your VITEX_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vitex": {
"url": "https://www.vitex.org.nz/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"vitex": {
"command": "npx",
"args": [
"-y",
"vitex-cli",
"mcp"
],
"env": {
"VITEX_API_KEY": "<your VITEX_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vitex": {
"type": "http",
"url": "https://www.vitex.org.nz/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"vitex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vitex-cli",
"mcp"
],
"env": {
"VITEX_API_KEY": "<your VITEX_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vitex": {
"serverUrl": "https://www.vitex.org.nz/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"vitex": {
"command": "npx",
"args": [
"-y",
"vitex-cli",
"mcp"
],
"env": {
"VITEX_API_KEY": "<your VITEX_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vitex": {
"url": "https://www.vitex.org.nz/api/mcp"
}
}
}{
"mcpServers": {
"vitex": {
"command": "npx",
"args": [
"-y",
"vitex-cli",
"mcp"
],
"env": {
"VITEX_API_KEY": "<your VITEX_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ChanMeng666%2Fvitex)<a href="https://mcptoplist.com/server/io.github.ChanMeng666%2Fvitex"><img src="https://mcptoplist.com/badge/io.github.ChanMeng666%2Fvitex.svg" alt="MCP Toplist: #61,690 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
chanmeng666
Other servers by chanmeng666
- Google News MCP Server#9,526
- Google Jobs MCP Server#18,563
- ArchLang#27,423 · 11 vers
- femtech-radar#93,765
Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Jul 19, 2026 |
Frequently asked questions
- Who maintains Vitex — AI Resume Generator?
- Vitex — AI Resume Generator is maintained by chanmeng666, which publishes 5 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Vitex — AI Resume Generator listed on the Official MCP Registry?
- Yes — Vitex — AI Resume Generator is listed on the Official MCP Registry.
- How many versions does Vitex — AI Resume Generator have?
- MCP Toplist tracks 1 version of Vitex — AI Resume Generator, most recently published on Jul 19, 2026.
- Where can I find the source code for Vitex — AI Resume Generator?
- The source code for Vitex — AI Resume Generator is hosted at github.com/ChanMeng666/easy-resume.