clienwork
ComparePricingDocsBlog
Documentation
IntroductionQuick StartCore Concepts
GitHub IntegrationSlack IntegrationEmail InboundMCP ServerError TrackingDeployment Tracking
Previous
Email Inbound
Next
Error Tracking

© 2025 Clienwork. All rights reserved.

Terms of ServiceRefund PolicyPrivacy PolicySupportBlog

MCP Server

Connect AI agents to clienwork via Model Context Protocol.

What is MCP?

Model Context Protocol (MCP) allows AI assistants to interact with external tools. clienwork provides an MCP server for AI-powered workflows.

Capabilities

AI agents can:

  • List and search requests
  • Get request/issue details
  • Update status
  • Query project data
  • Create comments

Setup

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clienwork": {
      "command": "npx",
      "args": ["-y", "@anthropic-ai/mcp-server-clienwork"],
      "env": {
        "CLIENWORK_API_KEY": "your-api-key"
      }
    }
  }
}

API Key

Generate in Settings → API → MCP:

  1. Click Generate MCP Key
  2. Copy the key
  3. Store securely

Available Tools

ToolDescription
list_requestsQuery requests with filters
get_requestGet request details
update_request_statusChange request status
list_issuesQuery issues
get_issueGet issue details
update_issue_statusChange issue status

Example Queries

Ask your AI assistant:

  • "Show me all open requests for Acme project"
  • "What's the status of REQ-45?"
  • "Mark REQ-45 as completed"
  • "List high priority issues"

Security

  • API key scoped to workspace
  • Audit log of all actions
  • Read-only mode available
  • Revoke anytime