Skip to main content
Glama

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 | bash

Then 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 update

Manual update:

curl -fsSL https://raw.githubusercontent.com/DuncanDam/my-mcp/main/install.sh | bash

🛠️ Main Tools

Workflows (Recommended):

  • analyze_content_workflow - Complete content analysis pipeline

  • scrape_and_save_content - Web scraping with Excel integration

Individual Tools:

  • scrape_webpage - Extract content from URLs

  • read_document - Process PDF, DOCX, TXT, RTF files

  • add_content_entry - Save content to Excel database

  • search_similar_content - Find related content

  • test_connection - Test MCP connectivity

📋 Commands

Command

Description

my-mcp setup

Install dependencies and setup

my-mcp config

Configure Claude Desktop

my-mcp start

Start server (development/testing only)

my-mcp test

Test server connection

my-mcp dev

Development mode

my-mcp help

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 test

  • Check logs: tail -f ~/Library/Logs/Claude/mcp-server-*.log

  • Reinstall: Run the installation command again

  • Permission issues: sudo npm install -g . (macOS/Linux)

✅ Success Check

Your system works if:

  • my-mcp test shows "✅ MCP server is responding"

  • Claude can call test_connection

  • Web scraping and document processing work in Claude


Ready to use! After Claude Desktop restart, test the connection in Claude Desktop.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    Enables 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.
    3
    6
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables 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.
    11
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Enables 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.
    119
    MIT

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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