Let Claude and Cursor brief articles for you.
Sornic's MCP server lets any AI agent turn article URLs into structured briefings — summary, key takeaways, topics, and difficulty — without leaving your workflow.
What is MCP?
MCP (Model Context Protocol) lets AI assistants like Claude call external tools directly. Instead of copying article URLs, switching tabs, and pasting summaries back — your AI does it in one step. You just ask.
Available tools
URL → full briefing. Summary, takeaways, topics, difficulty, listen time. Use this for almost everything.
Input: { url: string }URL → summary + takeaways only. Faster, uses fewer credits.
Input: { url: string }URL → clean article text. Removes ads, nav, and boilerplate. Useful for feeding text into other tools.
Input: { url: string }Setup — Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"sornic": {
"type": "http",
"url": "https://sornic.com/api/mcp",
"headers": {
"Authorization": "Bearer sk_sornic_<your-key>"
}
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
Setup — Cursor
Add this to your project or global .mcp.json:
{
"mcpServers": {
"sornic": {
"type": "http",
"url": "https://sornic.com/api/mcp",
"headers": {
"Authorization": "Bearer sk_sornic_<your-key>"
}
}
}
}What you can say to your AI
Get your API key to connect
Free API keys included. Login required. 50 briefings/month on the free tier.