Loading MCP server directory, please wait...
Universal task protocol — manage projects, tasks, workers, QR codes, and reports.
npx @getmcp/cli add io.github.snowbikemike/tascan-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
TASCAN_API_KEYYour TaScan API key (generate in Admin Portal > Team > API Keys)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.snowbikemike/tascan-mcp": {
"command": "npx",
"args": [
"-y",
"tascan-mcp"
],
"env": {
"TASCAN_API_KEY": "",
"TASCAN_API_URL": ""
}
}
}
}