Example Categories
Content Platforms
Hacker News - News aggregation and discussions
Coming Soon: Social Media
Reddit, Twitter/X - Social platforms
Coming Soon: E-commerce
Shopping sites and marketplaces
What You’ll Learn
Each example includes:- Setup instructions - How to generate the MCP server
- Authentication guide - Handling login if required
- Available tools - What the AI can do with the site
- Usage examples - Real prompts and expected results
- Customization tips - How to extend the generated server
Quick Examples
1. Hacker News (No Auth Required)
Generate an MCP server for browsing and searching Hacker News:- Search for articles about specific topics
- Get top stories
- Read article comments
- Find trending discussions
2. Substack (Content Platform)
Generate an MCP server for the Substack newsletter platform:- Search for publications by topic
- Read newsletter posts
- Browse trending content
- View author profiles
3. GitHub (Public + Private)
Generate an MCP server for GitHub:- Search repositories
- View issues and pull requests
- Read file contents
- Check commit history
Example Workflows
Research & Monitoring
Use multiple MCP servers together to gather information:Project Management Automation
Automate your workflow across tools:Content Curation
Gather and organize content from multiple sources:Featured Examples
Substack - Newsletter Platform
Substack - Newsletter Platform
Hacker News - News Aggregator
Hacker News - News Aggregator
Type: Public, No AuthUse Case: News discovery, trend monitoring, researchKey Features:
- Search articles by keyword
- Get top stories
- Read comments and discussions
- Filter by date and score
Internal Wiki/Confluence
Internal Wiki/Confluence
Type: Enterprise, AuthenticatedUse Case: Knowledge base search, documentationKey Features:
- Search documentation
- Read page contents
- Navigate page hierarchy
- Extract structured data
E-commerce Site
E-commerce Site
Type: Public/AuthenticatedUse Case: Product research, price monitoring, inventory checkingKey Features:
- Search products
- Get product details
- Check availability
- Compare prices
Best Practices from Examples
1. Start Simple
Begin with public websites that don’t require authentication:2. Save Authentication Contexts
For sites you use frequently, save contexts:3. Test Individual Tools
Use the MCP Inspector to test tools before using in production:4. Combine Multiple Servers
Use multiple MCP servers together for powerful workflows:- Research: HN + Reddit + Substack
- Development: GitHub + Stack Overflow + Dev.to
- Content: Medium + Substack + Hashnode
Tips for Success
Pro Tips
Learn from successful MCPKit users:
-
Be specific with URLs - Use the exact page where actions happen
- Complete authentication fully - Including 2FA before continuing
- Test in Inspector first - Validate tools before production use
- Handle rate limits - Add delays between rapid requests
- Keep contexts fresh - Refresh authentication periodically