Stats
Actions
Tags
From TaskView
Connects to a task management service via TASKVIEW_URL and TASKVIEW_TOKEN for viewing and managing tasks. Requires API credentials.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"taskview": {
"command": "npx",
"args": [
"-y",
"taskview-mcp"
],
"env": {
"TASKVIEW_URL": "${user_config.taskview_url}",
"TASKVIEW_TOKEN": "${user_config.taskview_token}"
}
}
}
}Replace placeholder values for: TASKVIEW_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
TASKVIEW_URL=${user_config.taskview_url}TASKVIEW_TOKEN=${user_config.taskview_token}Sensitive values you must provide — never committed to source control
npx claudepluginhub gimanh/taskview-community --plugin taskview