Practical Llm Apps
Rank #61,515io.github.nimish14/freelance-ops-mcp
Freelance invoice ops MCP — overdue status, tone suggestion, and reminder drafts
Practical Llm Apps is a Model Context Protocol (MCP) server published by nimish14. It ranks #61,515 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,076 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 freelance-ops-mcp -- npx -y freelance-ops-mcp[mcp_servers.freelance-ops-mcp]
command = "npx"
args = ["-y", "freelance-ops-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"freelance-ops-mcp": {
"command": "npx",
"args": [
"-y",
"freelance-ops-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"freelance-ops-mcp": {
"command": "npx",
"args": [
"-y",
"freelance-ops-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"freelance-ops-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"freelance-ops-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"freelance-ops-mcp": {
"command": "npx",
"args": [
"-y",
"freelance-ops-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"freelance-ops-mcp": {
"command": "npx",
"args": [
"-y",
"freelance-ops-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%2Ffreelance-ops-mcp)<a href="https://mcptoplist.com/server/io.github.nimish14%2Ffreelance-ops-mcp"><img src="https://mcptoplist.com/badge/io.github.nimish14%2Ffreelance-ops-mcp.svg" alt="MCP Toplist: #61,515 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.