Practical Llm Apps
Rank #61,516io.github.nimish14/resume-evidence-mcp
Retrieve grounded resume evidence for a job description using BM25 + evidence reranking
Practical Llm Apps is a Model Context Protocol (MCP) server published by nimish14. It ranks #61,516 of 115,591 servers tracked on MCP Toplist. Practical Llm Apps is listed on Official MCP, with 1 tracked version. It was first listed on Jul 16, 2026 and most recently updated on Jul 16, 2026.
Ranks ahead of 54,075 of 115,591 servers on MCP Toplist.
Use Practical Llm Apps
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add resume-evidence-mcp -- npx -y resume-evidence-mcp[mcp_servers.resume-evidence-mcp]
command = "npx"
args = ["-y", "resume-evidence-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"resume-evidence-mcp": {
"command": "npx",
"args": [
"-y",
"resume-evidence-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"resume-evidence-mcp": {
"command": "npx",
"args": [
"-y",
"resume-evidence-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"resume-evidence-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"resume-evidence-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"resume-evidence-mcp": {
"command": "npx",
"args": [
"-y",
"resume-evidence-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"resume-evidence-mcp": {
"command": "npx",
"args": [
"-y",
"resume-evidence-mcp"
]
}
}
}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.nimish14%2Fresume-evidence-mcp)<a href="https://mcptoplist.com/server/io.github.nimish14%2Fresume-evidence-mcp"><img src="https://mcptoplist.com/badge/io.github.nimish14%2Fresume-evidence-mcp.svg" alt="MCP Toplist: #61,516 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
nimish14
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 16, 2026 |
Frequently asked questions
- Who maintains Practical Llm Apps?
- Practical Llm Apps is maintained by nimish14, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Practical Llm Apps listed on the Official MCP Registry?
- Yes — Practical Llm Apps is listed on the Official MCP Registry.
- How many versions does Practical Llm Apps have?
- MCP Toplist tracks 1 version of Practical Llm Apps, most recently published on Jul 16, 2026.
- Where can I find the source code for Practical Llm Apps?
- The source code for Practical Llm Apps is hosted at github.com/nimish14/practical-llm-apps.