TaskLite
Rank #5,468net.tasklite/mcp
tasklite.net: hosted backend, REST API and admin for apps built by AI agents
TaskLite is a Model Context Protocol (MCP) server published by shimon-ks. It ranks #5,468 of 132,046 servers tracked on MCP Toplist. TaskLite is listed across 2 registries — Official MCP and Glama, with 17 tracked versions. It was first listed on Aug 7, 2026 and most recently updated on Sep 16, 2026.
Ranks ahead of 126,578 of 132,046 servers on MCP Toplist.
Use TaskLite
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http tasklite https://mcp.tasklite.net/mcpclaude mcp add tasklite -- npx -y @tasklite/mcp[mcp_servers.tasklite]
url = "https://mcp.tasklite.net/mcp"Add to ~/.codex/config.toml.
[mcp_servers.tasklite]
command = "npx"
args = ["-y", "@tasklite/mcp"]Add to ~/.codex/config.toml.
https://mcp.tasklite.net/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"tasklite": {
"command": "npx",
"args": [
"-y",
"@tasklite/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tasklite": {
"url": "https://mcp.tasklite.net/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"tasklite": {
"command": "npx",
"args": [
"-y",
"@tasklite/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tasklite": {
"type": "http",
"url": "https://mcp.tasklite.net/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"tasklite": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tasklite/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tasklite": {
"serverUrl": "https://mcp.tasklite.net/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tasklite": {
"command": "npx",
"args": [
"-y",
"@tasklite/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tasklite": {
"url": "https://mcp.tasklite.net/mcp"
}
}
}{
"mcpServers": {
"tasklite": {
"command": "npx",
"args": [
"-y",
"@tasklite/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/net.tasklite%2Fmcp)<a href="https://mcptoplist.com/server/net.tasklite%2Fmcp"><img src="https://mcptoplist.com/badge/net.tasklite%2Fmcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
shimon-ks
Available versions (17)
| Version | Published |
|---|---|
| 0.14.4 | Sep 16, 2026 |
| 0.14.3 | Sep 13, 2026 |
| 0.14.2 | Sep 11, 2026 |
| 0.14.1 | Sep 9, 2026 |
| 0.14.0 | Sep 8, 2026 |
| 0.13.0 | Sep 7, 2026 |
| 0.12.0 | Sep 7, 2026 |
| 0.11.0 | Sep 7, 2026 |
| 0.10.0 | Sep 6, 2026 |
| 0.9.0 | Sep 6, 2026 |
| 0.8.3 | Sep 6, 2026 |
| 0.8.2 | Sep 6, 2026 |
| 0.8.1 | Sep 6, 2026 |
| 0.8.0 | Sep 6, 2026 |
| 0.7.1 | Sep 5, 2026 |
| 0.7.0 | Sep 5, 2026 |
| 0.5.1 | Aug 7, 2026 |
Frequently asked questions
- Who maintains TaskLite?
- TaskLite is maintained by shimon-ks, which publishes 1 MCP server (17 total versions) tracked on MCP Toplist.
- Is TaskLite listed on the Official MCP Registry?
- Yes — TaskLite is listed on the Official MCP Registry, alongside Glama.
- How many versions does TaskLite have?
- MCP Toplist tracks 17 versions of TaskLite, most recently published on Sep 16, 2026.
- Where can I find the source code for TaskLite?
- The source code for TaskLite is hosted at github.com/shimon-ks/tasklite-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.