DocsMCP Integration
Claude MCP Setup
Connect Zenaris to Claude Desktop for AI-powered task management.
Claude MCP Integration
Zenaris provides a Model Context Protocol (MCP) server that allows Claude to interact with your invoicing data directly.
What is MCP?
MCP (Model Context Protocol) is a standard for connecting AI assistants to external tools and data sources. With Zenaris MCP:
- Claude can read your client, task, and invoice data
- Create and log time entries through natural conversation
- Access real-time business information
Prerequisites
- Claude Desktop app installed
- Zenaris account with tasks/clients set up
- MCP enabled in your Zenaris subscription
Setup Steps
- Open Claude Desktop
- Go to Settings > Developer > Model Context Protocol
- Add a new MCP server with your Zenaris endpoint:
{
"mcpServers": {
"zenaris": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://your-zenaris-url/api/mcp"]
}
}
}- Authenticate when prompted
- Restart Claude Desktop
Verification
Ask Claude: "What clients do I have in Zenaris?"
If connected, Claude will list your actual clients.