Connect AI agents to clienwork via Model Context Protocol.
Model Context Protocol (MCP) allows AI assistants to interact with external tools. clienwork provides an MCP server for AI-powered workflows.
AI agents can:
Add to claude_desktop_config.json:
{
"mcpServers": {
"clienwork": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-server-clienwork"],
"env": {
"CLIENWORK_API_KEY": "your-api-key"
}
}
}
}
Generate in Settings → API → MCP:
| Tool | Description |
|------|-------------|
| list_requests | Query requests with filters |
| get_request | Get request details |
| update_request_status | Change request status |
| list_issues | Query issues |
| get_issue | Get issue details |
| update_issue_status | Change issue status |
Ask your AI assistant: