Skip to main contentSkip to navigation
Early Access - Help us improve, email us at feedback@zuro.me
Professional+ Feature

MCP Integration

Connect AI assistants like Claude Desktop and Cursor IDE to your knowledge bases. Manage content, search articles, and get analytics through natural language conversations.

🚨

Experimental Feature

The Zuro MCP Server is highly experimental. Expect bugs and missing features. While destructive operations are intentionally excluded, you should still carefully review any tool executions before running them.

What is MCP?

Model Context Protocol (MCP) is a standard protocol that enables AI assistants to interact with external systems and data sources.

MCP allows AI assistants like Claude Desktop, Cursor IDE, and ChatGPT to securely access and manage your Zuro knowledge bases. Instead of manually copying content or switching between applications, you can ask your AI assistant to:

  • Create and update articles in your knowledge bases
  • Search for specific content across all your knowledge bases
  • Get analytics insights and performance metrics
  • Manage knowledge bases and organize content
  • Moderate comments and manage engagement

Use Cases

Discover how MCP can transform your content management workflow

Content Automation

Automatically create articles from external sources like RSS feeds, documentation, or APIs. Your AI assistant can monitor sources and create new content automatically.

Bulk Content Creation

Create multiple articles at once from structured data (CSV, JSON, etc.). Perfect for migrating content or setting up new knowledge bases.

Content Migration

Migrate content from other platforms like Confluence, Notion, or documentation sites. Your AI assistant can help structure and organize the migrated content.

Analytics-Driven Content

AI analyzes your analytics and suggests content improvements. Automatically update articles based on performance data and user engagement.

Automated Documentation

Generate documentation from code, APIs, or other sources. Keep your knowledge base up-to-date automatically as your codebase evolves.

Content Maintenance

AI maintains and updates documentation automatically. Monitor external changes and keep your content synchronized across systems.

Getting Started

Connect your AI assistant to Zuro in just a few steps

1

Create an MCP Key

Go to your Account Settings → Security and create an MCP key. Select the permissions you want to grant to your AI assistant.

Available Permissions:

  • Articles: Read, Write, Delete
  • Knowledge Bases: Read, Write, Delete
  • Analytics: Read
  • Comments: Read, Moderate
  • Search: Read
2

Configure Your AI Assistant

Add the Zuro MCP server to your AI assistant configuration. The setup varies by assistant:

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "zuro": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.zuro.me/api/mcp?key=YOUR_MCP_KEY_HERE"
      ]
    }
  }
}

Cursor IDE

Add to Cursor

Configure via Cursor Settings UI or edit .cursor/mcp.json:

💡 To access MCP settings: Press Cmd + Shift + J (Mac) or Ctrl + Shift + J (Windows), then navigate to Features → MCP. Your configured server will appear in the list.

⚠️ Important: After clicking "Add to Cursor", you'll need to replace YOUR_MCP_KEY_HERE with your actual MCP key from your account settings.

{
  "mcpServers": {
    "zuro": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.zuro.me/api/mcp?key=YOUR_MCP_KEY_HERE"
      ]
    }
  }
}

ChatGPT with MCP

Configure through ChatGPT's MCP settings interface, providing the Zuro server URL and your MCP key.

3

Start Using MCP

Once configured, you can interact with your Zuro knowledge bases through natural language:

You:"Create a new article about API authentication in my documentation knowledge base"
AI:"I'll create that article for you. What should the title and content be?"
You:"Show me analytics for my most popular articles this month"
AI:"Here are your top 10 articles by views this month..."

What You Can Do

Comprehensive access to your Zuro knowledge bases through MCP

Article Management

  • Create, update, and delete articles
  • List articles with filters (status, category, tags)
  • Get detailed article information
  • Manage article metadata (SEO, categories, tags)

Knowledge Base Management

  • Create and manage knowledge bases
  • Update knowledge base settings and branding
  • List all your knowledge bases
  • Get knowledge base details and configuration

Analytics

  • Get knowledge base analytics with date ranges
  • View article-level performance metrics
  • Analyze engagement and traffic patterns

Search & Discovery

  • Full-text search across articles
  • Get all categories and tags used in knowledge bases
  • Filter and organize content

Comment Management

  • List comments for articles
  • Approve or reject comments
  • Moderate engagement automatically

Security & Permissions

  • Granular permission control per key
  • Keys shown only once on creation
  • Rate limiting based on subscription tier
  • Comprehensive audit logging

Frequently Asked Questions

What subscription tier do I need?

MCP access is available on Professional and Enterprise plans. If you're on a lower tier, you'll need to upgrade your plan to use MCP.

How secure are MCP keys?

MCP keys are hashed with SHA-256 before storage and are never stored in plaintext. Keys are shown only once on creation. You can create multiple keys with different permissions for different use cases, and delete keys at any time.

What are the rate limits?

Rate limits are based on your subscription tier:

  • Professional: 1,000 requests per hour per key
  • Enterprise: 5,000 requests per hour per key

Can I use MCP with multiple AI assistants?

Yes! You can create multiple MCP keys and use them with different AI assistants. Each key can have different permissions, allowing you to control what each assistant can access.

Where can I find more technical documentation?

Check out our API documentation for detailed information about the MCP protocol implementation, all available tools, parameters, and examples.

Ready to Get Started?

Connect your AI assistant to Zuro and transform how you manage your knowledge bases