MCP Server
MCP
TaScan
36 MCP tools for projects, tasks, workers, QR/NFC tags, and AI remediation. Task. Scan. Done.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://app.tascan.io/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "tascan-mcp",
"version": "3.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your TaScan API key (generate in Admin Portal > Team > API Keys)",
"isRequired": true,
"isSecret": true,
"name": "TASCAN_API_KEY"
},
{
"description": "TaScan API base URL (default: https://app.tascan.io/api/v1)",
"name": "TASCAN_API_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment