TaScan
Rank #13,681io.github.snowbikemike/tascan-mcp
36 MCP tools for projects, tasks, workers, QR/NFC tags, and AI remediation. Task. Scan. Done.
TaScan is a Model Context Protocol (MCP) server published by snowbikemike. It ranks #13,681 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. TaScan is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Mar 3, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 118,365 of 132,046 servers on MCP Toplist.
Use TaScan
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http tascan-mcp https://app.tascan.io/mcpclaude mcp add tascan-mcp -e "TASCAN_API_KEY=<your TASCAN_API_KEY>" -e "TASCAN_API_URL=<your TASCAN_API_URL>" -- npx -y tascan-mcpReplace each placeholder with your own value before saving.
[mcp_servers.tascan-mcp]
url = "https://app.tascan.io/mcp"Add to ~/.codex/config.toml.
[mcp_servers.tascan-mcp]
command = "npx"
args = ["-y", "tascan-mcp"]
[mcp_servers.tascan-mcp.env]
TASCAN_API_KEY = "<your TASCAN_API_KEY>"
TASCAN_API_URL = "<your TASCAN_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://app.tascan.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"tascan-mcp": {
"command": "npx",
"args": [
"-y",
"tascan-mcp"
],
"env": {
"TASCAN_API_KEY": "<your TASCAN_API_KEY>",
"TASCAN_API_URL": "<your TASCAN_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tascan-mcp": {
"url": "https://app.tascan.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"tascan-mcp": {
"command": "npx",
"args": [
"-y",
"tascan-mcp"
],
"env": {
"TASCAN_API_KEY": "<your TASCAN_API_KEY>",
"TASCAN_API_URL": "<your TASCAN_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tascan-mcp": {
"type": "http",
"url": "https://app.tascan.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"tascan-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tascan-mcp"
],
"env": {
"TASCAN_API_KEY": "<your TASCAN_API_KEY>",
"TASCAN_API_URL": "<your TASCAN_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tascan-mcp": {
"serverUrl": "https://app.tascan.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tascan-mcp": {
"command": "npx",
"args": [
"-y",
"tascan-mcp"
],
"env": {
"TASCAN_API_KEY": "<your TASCAN_API_KEY>",
"TASCAN_API_URL": "<your TASCAN_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tascan-mcp": {
"url": "https://app.tascan.io/mcp"
}
}
}{
"mcpServers": {
"tascan-mcp": {
"command": "npx",
"args": [
"-y",
"tascan-mcp"
],
"env": {
"TASCAN_API_KEY": "<your TASCAN_API_KEY>",
"TASCAN_API_URL": "<your TASCAN_API_URL>"
}
}
}
}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.snowbikemike%2Ftascan-mcp)<a href="https://mcptoplist.com/server/io.github.snowbikemike%2Ftascan-mcp"><img src="https://mcptoplist.com/badge/io.github.snowbikemike%2Ftascan-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
snowbikemike
Available versions (4)
| Version | Published |
|---|---|
| 3.0.0 | Aug 18, 2026 |
| 1.0.2 | Mar 3, 2026 |
| 1.0.1 | Mar 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains TaScan?
- TaScan is maintained by snowbikemike, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is TaScan listed on the Official MCP Registry?
- Yes — TaScan is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does TaScan have?
- MCP Toplist tracks 4 versions of TaScan, most recently published on Aug 18, 2026.
- Where can I find the source code for TaScan?
- The source code for TaScan is hosted at github.com/snowbikemike/tascan-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.