About
Anysite MCP Server is a web scraping infrastructure that connects AI agents to real-time data from social media platforms and websites. It provides structured data extraction from LinkedIn, Instagram, Reddit, Twitter/X, and any website through OAuth-authenticated API connections. Key features: - Platform-specific data extraction: Search profiles, posts, comments, and analytics from LinkedIn, Instagram, Reddit, and Twitter/X - Advanced filtering: Search with rich filters including location, company, title, education, and skills (LinkedIn), or by engagement metrics and hashtags (Instagram) - Bulk operations: Extract thousands of profiles, posts, or engagement records in single requests - Network analysis: Map social connections, follower relationships, and engagement patterns - Self-healing APIs: Auto-recovery from platform changes and rate limits - Custom web parsing: Generic scraping capabilities for any website
README
🌐 Anysite MCP Server
Agent-First Web Scraping Infrastructure via Model Context Protocol
Connect your AI agents to real-time data from LinkedIn, Instagram, Reddit, Twitter, and any website through a single MCP server.
[](https://www.npmjs.com/package/@anysiteio/mcp) [](https://opensource.org/licenses/MIT) [](https://github.com/anysiteio/anysite-mcp-server/stargazers) [](https://docs.anysite.io/mcp-server)
🚀 Quick Start • 📖 Documentation • 🐦 Twitter
---
💎 MCP Unlimited Plan
Unlimited access to all 65+ Anysite MCP tools for just $30/month - perfect for AI agents and automation.
Get unlimited requests through Remote MCP Server with no request limits. Ideal for Claude Desktop, Cursor, n8n, and any MCP-compatible client.
📖 Learn more about MCP Unlimited →
Available integrations:
---
🎯 What is Anysite MCP Server?
Anysite MCP Server is a Model Context Protocol (MCP) implementation that gives AI agents direct access to web data through platform-specific APIs. Unlike traditional web scrapers, Anysite provides:
> Perfect for: AI research, lead generation, market intelligence, content monitoring, competitive analysis
---
⚡ Key Features
🎪 Supported Platforms
| Platform | Search | Profiles | Posts | Comments | DMs | Analytics | |----------|--------|----------|-------|----------|-----|-----------| | LinkedIn | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Instagram | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | | Reddit | ✅ | ✅ | ✅ | ✅ | ❌ | ⚠️ | | Twitter/X | ✅ | ✅ | ✅ | ⚠️ | ❌ | ⚠️ | | Any Website | ✅ | - | - | - | - | - |
🛠️ Core Capabilities
🔐 Enterprise-Grade Features
---
🚀 Quick Start
Option 1: Remote MCP with OAuth (Recommended)
Perfect for Claude Desktop, Cline, Cursor, Windsurf, and other MCP clients that support OAuth.
#### Step 1: Get Your OAuth URL
1. Sign up at app.anysite.io (100 free credits included)
2. Navigate to MCP Server Integration
3. Copy your OAuth URL: https://mcp.anysite.io/
#### Step 2: Add to Your MCP Client
Claude Desktop (Click to expand)
1. Open Claude Desktop → Settings → Connectors
2. Click Add Custom Connector
3. Fill in:
- Name: Anysite MCP
- OAuth URL: https://mcp.anysite.io/
4. Click Add → Connect → Allow Access
📖 Detailed Claude Desktop Setup Guide
Cline / Cursor / Windsurf
Add to your MCP configuration file:
{
"mcpServers": {
"anysite": {
"command": "npx",
"args": ["-y", "@anysite/mcp"],
"env": {
"ANYSITE_OAUTH_URL": "https://mcp.anysite.io/mcp"
}
}
}
}
Configuration file locations:
.cline/mcp_settings.json.cursor/mcp_config.json.windsurf/mcp_config.json#### Step 3: Verify Connection
Ask your AI agent: ``` What
Related MCP Servers
AI Research Assistant
hamid-vakilzadeh
AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar
Linkup
LinkupPlatform
Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages
Math-MCP
EthanHenrickson
Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support