← Index

TaScan

io.github.snowbikemike/tascan-mcp·v1.0.2·Other
Quality Score
93
/100

Universal task protocol — manage projects, tasks, workers, QR codes, and reports.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://tascan-live-event.netlify.app/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "tascan-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tascan-mcp"
      ],
      "env": {
        "TASCAN_API_KEY": "<your-tascan_api_key>",
        "TASCAN_API_URL": "<tascan_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "tascan-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tascan-mcp"
      ],
      "env": {
        "TASCAN_API_KEY": "<your-tascan_api_key>",
        "TASCAN_API_URL": "<tascan_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y tascan-mcp
§02  Environment variables
TASCAN_API_KEY
requiredsecret

Your TaScan API key (generate in Admin Portal > Team > API Keys)

TASCAN_API_URL

TaScan API base URL (default: https://tascan-live-event.netlify.app/api/v1)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other