MCP Content Analyzer
Uses Cheerio for web scraping and HTML parsing to extract structured content from web pages
Provides Docker containerization and deployment capabilities for the MCP server with Docker Compose support
Enables direct installation from GitHub repositories and distribution of the MCP server package
Built on the Hono web framework to provide ultra-fast HTTP server capabilities and API endpoints
Runs on Node.js runtime environment with TypeScript support for server operations
Provides npm package management for installation, dependency management, and global command-line tool distribution
Implements type-safe operations and development using TypeScript with comprehensive type checking
Uses Zod for runtime schema validation and type safety across all data operations and API inputs
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Content Analyzeranalyze this webpage about AI trends and save it to the database"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
My MCP
A fast MCP (Model Context Protocol) server that enables Claude to scrape websites, process documents (PDF, DOCX, TXT), and manage Excel databases.
🚀 Installation
One command installs everything:
curl -fsSL https://raw.githubusercontent.com/DuncanDam/my-mcp/main/install.sh | bashThen run:
my-mcp setup # Setup configuration
my-mcp config # Configure Claude Desktop
# Restart Claude Desktop completely (MCP server starts automatically)Related MCP server: Hyperbrowser MCP Server
🔄 Updates
Automatic update (recommended):
my-mcp updateManual update:
curl -fsSL https://raw.githubusercontent.com/DuncanDam/my-mcp/main/install.sh | bash🛠️ Main Tools
Workflows (Recommended):
analyze_content_workflow- Complete content analysis pipelinescrape_and_save_content- Web scraping with Excel integration
Individual Tools:
scrape_webpage- Extract content from URLsread_document- Process PDF, DOCX, TXT, RTF filesadd_content_entry- Save content to Excel databasesearch_similar_content- Find related contenttest_connection- Test MCP connectivity
📋 Commands
Command | Description |
| Install dependencies and setup |
| Configure Claude Desktop |
| Start server (development/testing only) |
| Test server connection |
| Development mode |
| Show all commands |
💡 Quick Examples
Web content:
Use analyze_content_workflow to process https://example.com with topic "News"Document:
Use analyze_content_workflow to process /path/to/document.pdf with topic "Research"Screenshot: Share image with Claude, then:
Use analyze_content_workflow with the text you extracted, sourceDescription "Meeting notes", and topic "Business"🔧 Manual Installation (Backup)
If the script fails:
git clone https://github.com/DuncanDam/my-mcp.git
cd my-mcp
npm install && npm run build && npm install -g .
my-mcp setup && my-mcp config
# Restart Claude Desktop🆘 Troubleshooting
Test connection:
my-mcp testCheck logs:
tail -f ~/Library/Logs/Claude/mcp-server-*.logReinstall: Run the installation command again
Permission issues:
sudo npm install -g .(macOS/Linux)
✅ Success Check
Your system works if:
my-mcp testshows "✅ MCP server is responding"Claude can call
test_connectionWeb scraping and document processing work in Claude
Ready to use! After Claude Desktop restart, test the connection in Claude Desktop.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables intelligent web document scraping and conversation memory management for Cursor IDE. Supports multi-level link crawling, automatic content extraction, and organized storage of conversations and technical documentation.36MIT
- Alicense-qualityDmaintenanceEnables web scraping, crawling, structured data extraction, and browser automation through multiple AI agents including OpenAI's CUA, Anthropic's Claude Computer Use, and Browser Use.7MIT
- Alicense-qualityDmaintenanceEnables web searching via Google Search and AI Mode, plus advanced web scraping capabilities including content extraction in multiple formats, link extraction, and batch scraping of multiple URLs.11MIT
- Alicense-qualityAmaintenanceEnables comprehensive web research through multi-engine search, intelligent website crawling, content analysis, trends data exploration, and automated research workflows with anti-detection measures and rich snippet detection.119MIT
Related MCP Connectors
Turn the web into structured, reliable, actionable enterprise data for AI Agents
Web search, page extraction and structured commerce, social and business data for AI agents
Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DuncanDam/my-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server