Connect Your AI Assistant
Access your Dizest library from Claude, Cursor, Windsurf, and any MCP-compatible tool
Get Your API KeyWhat You Can Do
Four tools that give your AI assistant full access to your Dizest library
list_sources
Browse your saved sources with filtering and search
Filter by type, tag, or search query. Returns titles, URLs, and metadata.
get_sources
Read full source content and details
Retrieve the complete content of one or more sources by ID.
list_dizests
Browse your AI-generated summaries
List summaries with filtering by source, date, or search terms.
get_dizests
Read full summary content
Get the complete text of one or more summaries by ID.
Quick Setup
Three steps to connect your AI assistant
Get your API key
Generate an API key from your Dizest account. You can create and manage keys on the API Keys page.
Add to your AI tool
Copy the configuration below and add it to your tool's MCP settings. Replace YOUR_API_KEY with your actual key.
// Add to .mcp.json in your project root
{
"mcpServers": {
"dizest": {
"type": "http",
"url": "https://mcp.dizest.ai/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}Start using
That's it! Your AI assistant can now search your Dizest library, read your saved sources, and access your summaries. Try asking it about content you've saved.
Example Prompts
Here are some things you can ask your AI assistant once connected
"Show me my recent sources about machine learning"
Browse and filter your saved content by topic
"Summarize the key points from my last 5 dizests"
Get a quick overview of your recent summaries
"Find that article I saved about React performance"
Search your library by keyword or phrase
"Compare the main ideas from these two sources"
Cross-reference content across your library
"What did I save about TypeScript best practices?"
Query your knowledge base naturally
"Pull up the summary for that YouTube video on AI agents"
Access summaries from any source type
Setup Troubleshooting
Common questions about connecting and authenticating
Ready to connect?
Get your API key and start using your Dizest library from your favorite AI tools in under a minute.
