Connect AI assistants like Claude Desktop and Cursor IDE to your knowledge bases. Manage content, search articles, and get analytics through natural language conversations.
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.
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:
Discover how MCP can transform your content management workflow
Automatically create articles from external sources like RSS feeds, documentation, or APIs. Your AI assistant can monitor sources and create new content automatically.
Create multiple articles at once from structured data (CSV, JSON, etc.). Perfect for migrating content or setting up new knowledge bases.
Migrate content from other platforms like Confluence, Notion, or documentation sites. Your AI assistant can help structure and organize the migrated content.
AI analyzes your analytics and suggests content improvements. Automatically update articles based on performance data and user engagement.
Generate documentation from code, APIs, or other sources. Keep your knowledge base up-to-date automatically as your codebase evolves.
AI maintains and updates documentation automatically. Monitor external changes and keep your content synchronized across systems.
Connect your AI assistant to Zuro in just a few steps
Go to your Account Settings → Security and create an MCP key. Select the permissions you want to grant to your AI assistant.
Available Permissions:
Add the Zuro MCP server to your AI assistant configuration. The setup varies by assistant:
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"
]
}
}
}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"
]
}
}
}Configure through ChatGPT's MCP settings interface, providing the Zuro server URL and your MCP key.
Once configured, you can interact with your Zuro knowledge bases through natural language:
Comprehensive access to your Zuro knowledge bases through MCP
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.
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.
Rate limits are based on your subscription tier:
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.
Check out our API documentation for detailed information about the MCP protocol implementation, all available tools, parameters, and examples.
Connect your AI assistant to Zuro and transform how you manage your knowledge bases