taskr-mcp-client
v1.0.2
Published
stdio to HTTP bridge for Taskr MCP server - connects Claude Code to HTTP-only JSON-RPC MCP endpoints
Maintainers
Readme
taskr-mcp-client
stdio to HTTP bridge for Taskr MCP server. Connects Claude Code to the Taskr production MCP endpoint.
Installation
No installation needed! Use with npx:
npx taskr-mcp-clientUsage with Claude Code
Add to your .mcp.json:
{
"mcpServers": {
"taskr": {
"command": "npx",
"args": ["-y", "taskr-mcp-client"],
"env": {
"MCP_API_URL": "https://taskr-six.vercel.app/api/mcp",
"MCP_PROJECT_ID": "your-project-id",
"MCP_USER_API_KEY": "your-api-key"
}
}
}
}Environment Variables
MCP_API_URL- Taskr MCP endpoint URLMCP_PROJECT_ID- Your Taskr project ID (format:PR_*)MCP_USER_API_KEY- Your Taskr API key
How It Works
This bridge translates between:
- stdin/stdout (MCP protocol used by Claude Code)
- HTTP POST (JSON-RPC 2.0 endpoint used by Taskr server)
It allows Claude Code to communicate with Taskr's serverless MCP endpoint deployed on Vercel.
License
MIT
