MCP Server

Model Context Protocol server for AI-powered document generation

What is MCP?

The Model Context Protocol (MCP) allows AI assistants like Claude, ChatGPT, and others to interact with external tools and services. With ClearDocs MCP server, you can generate professional documents directly through your AI assistant conversations.

Coming Soon

We're developing an MCP server that will enable:

  • Generate invoices, quotes, and receipts through AI conversations
  • Natural language document creation ("Create an invoice for John Doe...")
  • Template management and customization via AI
  • Batch operations and document workflows
  • Integration with Claude Desktop, VS Code, and other MCP clients

Installation (Preview)

                    # Install MCP server
npm install -g @cleardocs/mcp-server

# Or use with npx
npx @cleardocs/mcp-server
                

Configuration (Preview)

Add to your Claude Desktop config (claude_desktop_config.json):

                    {
  "mcpServers": {
    "cleardocs": {
      "command": "npx",
      "args": ["-y", "@cleardocs/mcp-server"],
      "env": {
        "CLEARDOCS_API_KEY": "your_api_key_here"
      }
    }
  }
}
                

Usage Example (Preview)

You (to Claude):

"Create an invoice for Acme Corp for $1,500 for web development services, use the modern template and export as PDF"

Claude:

"I've created the invoice for Acme Corp using the ClearDocs service. The invoice has been generated with the modern template and exported as PDF. Here's the download link: [invoice_acme_2025.pdf]"

🤖

AI Integration

Works with Claude, ChatGPT, and other MCP-compatible assistants

🔧

Developer Tools

Integrate into VS Code, IDEs, and development workflows

Fast & Secure

Local processing with optional cloud sync for templates