Stats
Actions
Tags
From produck
Connects to the Produck project management platform for task tracking, issue management, and team workflows. Requires a Produck API token.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"produck": {
"type": "http",
"command": "sh",
"args": [
"-lc",
"TOKEN=\"${PRODUCK_MCP_TOKEN:-}\"; if [ -z \"$TOKEN\" ] && [ -f \"$HOME/.produck/mcp_token\" ]; then TOKEN=\"$(cat \"$HOME/.produck/mcp_token\")\"; fi; if [ -z \"$TOKEN\" ]; then echo 'produck: set PRODUCK_MCP_TOKEN or write your token to ~/.produck/mcp_token (mint one at https://tryproduck.com/app)' >&2; exit 1; fi; exec npx -y mcp-remote https://tryproduck.com/api/mcp --header \"Authorization: Bearer $TOKEN\" --transport http-first"
],
"url": "https://tryproduck.com/app)'"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
shhttps://tryproduck.com/app)'Command-line arguments passed to the server process
npx claudepluginhub tryproduck/produck-skills --plugin produck