Noverload MCP Server
Connect your Noverload saved content to AI assistants like Claude, Cursor, and Windsurf using the Model Context Protocol (MCP).
🚀 Release v0.7.0 - Major expansion with 23 advanced tools for content analysis, framework extraction, narrative building, and knowledge synthesis.
🚀 Powered by Noverload API v2 for advanced search, content synthesis, and intelligent token management.
Quick Start
- Get your token: Generate a Personal Access Token from your Noverload dashboard
- Copy the config: Use the zero-install configuration below with your token
- Add to your AI tool: Paste into Claude Desktop, Cursor, or Windsurf settings
- Start using: Ask your AI about your saved content!
Features
- 📚 Access all your saved content (YouTube, X posts, Reddit, articles, PDFs)
- 🔍 Advanced search with multiple modes (smart, semantic, fulltext)
- ⚠️ Token warnings for large content (prevents context overflow)
- ✅ View and complete action items
- 🎯 Goals tracking
- 🧠 Content synthesis and insights generation
- 🔒 Secure access with personal access tokens
- 📝 Read-only mode by default for safety
Installation
For Users
Recommended: Zero-Install with NPX
No installation needed! NPX automatically downloads and runs the latest version:
Alternative: Global Install
For faster startup (but requires manual updates):
Then use:
For Development
Configuration
Step 1: Get Your Personal Access Token
- Log in to Noverload
- Go to Settings → API Access
- Click "Generate Personal Access Token"
- Copy the token (you won't be able to see it again)
Step 2: Configure Your AI Tool
Claude Desktop
Edit your Claude configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Linux:
~/.config/Claude/claude_desktop_config.json
Cursor
- Open Cursor Settings
- Navigate to Features → Model Context Protocol
- Add configuration:
Windsurf
Add to your Windsurf MCP configuration:
Available Tools
23 powerful tools organized into categories for comprehensive content analysis:
Content Retrieval & Access
list_saved_content
- Browse your saved content library with filteringget_content_details
- Get full details including summaries and insightsget_raw_content
- Access raw text content for processingbatch_get_content
- Efficiently retrieve multiple items at once
Search & Discovery
search_content
- Advanced search with multiple modes and filtersfind_similar_content
- Discover semantically similar contentexpand_search
- Expand queries with related terms for broader discovery
Analysis & Synthesis
synthesize_content
- Create comprehensive analysis from multiple sourcesexplore_topic
- Deep dive into topics across your contentfind_connections
- Discover patterns and relationships between contentextract_insights
- Extract key takeaways and actionable insightsget_timeline
- Build chronological understanding of topicsbuild_knowledge_graph
- Visualize concept relationshipsextract_frameworks
- Identify methodologies and structured approachesfind_examples
- Locate specific examples and case studiesbuild_narrative
- Create coherent stories from multiple sources
Content Management
save_content
- Save new URLs to your library (write mode only)smart_sections
- Organize content into intelligent sections
Actions & Goals
list_actions
- View extracted action items with prioritiescomplete_action
- Mark action items as done (write mode only)list_goals
- Access your Health, Wealth, Relationships goals
Utility & Planning
estimate_search_tokens
- Preview token usage before large operationsget_instructions
- Access user-specific guidance and contextplan_query
- Strategically plan complex multi-step analyses
Security Recommendations
- Use Read-Only Mode: Keep
readOnly: true
in your configuration unless you specifically need write access - Protect Your Token: Never share your personal access token
- Revoke When Needed: You can revoke tokens anytime from Noverload settings
- Scope Appropriately: Consider creating separate tokens for different use cases
Self-Hosting
If you prefer to run your own instance:
Option 1: Local Development Server
Option 2: Deploy to Your Infrastructure
The MCP server can be deployed to any Node.js hosting platform:
- Vercel/Netlify Functions: Deploy as a serverless function
- Docker Container: Package and run anywhere
- VPS: Run on your own server with PM2
Example Dockerfile:
Option 3: Private NPM Registry
Host on your own NPM registry for team distribution:
API Endpoints Required
For self-hosting, your Noverload API needs these endpoints:
GET /api/user
- Validate access tokenGET /api/content
- List saved contentGET /api/content/:id
- Get content detailsPOST /api/content
- Save new contentGET /api/content/search
- Search contentGET /api/actions
- List actionsPOST /api/actions/:id/complete
- Complete actionGET /api/goals
- List goals
Development
Project Structure
Testing Locally
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests if applicable
- Submit a pull request
Troubleshooting
"Invalid access token"
- Ensure your token is correctly copied
- Check if the token has expired
- Verify you're using the correct API URL
"Client not initialized"
- Restart your AI assistant after configuration changes
- Check the configuration JSON syntax
Tools not appearing
- Ensure the MCP server is properly configured
- Check your AI assistant's MCP logs
- Try reinstalling the package
License
MIT
Support
- Issues: GitHub Issues
- Documentation: Noverload Docs
- Discord: Join our community
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Connects your Noverload saved content library to AI assistants, enabling search, access, and management of saved YouTube videos, articles, PDFs, and other content. Features advanced search modes, action item tracking, and goals management through natural language.
Related MCP Servers
- AsecurityFlicenseAqualityProvides access to Naver Search APIs, allowing AI agents to search across multiple categories (blogs, news, books, images, shopping items, etc.) with structured responses optimized for LLM consumption.Last updated -133
- -securityAlicense-qualityA lightweight server that provides persistent memory and context management for AI assistants using local vector storage and database, enabling efficient storage and retrieval of contextual information through semantic search and indexed retrieval.Last updated -1MIT License
- -securityFlicense-qualityProvides AI assistants with full-text search access to your Obsidian vault, allowing them to query, retrieve, and analyze notes through the Model Context Protocol.Last updated -3
- -securityFlicense-qualityEnables AI assistants to manage TV series collections through Sonarr's API using natural language interactions. Supports searching, adding, updating, and deleting TV series with detailed control over quality profiles, season monitoring, and episode downloads.Last updated -