anysiteio/anysite-mcp-server
If you are the rightful owner of anysite-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
AnySite MCP Server is a comprehensive Model Context Protocol server providing access to 57 tools across multiple social media platforms and web services through the AnySite API.
š 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.
šÆ 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:
- š OAuth Authentication - Secure, one-click connection for Claude Desktop and other MCP clients
- š Multi-Platform Support - LinkedIn, Instagram, Reddit, Twitter, and custom web parsing
- š¤ Agent-First Design - Built specifically for AI agents with structured data formats
- š Self-Healing APIs - Auto-recovery from platform changes and rate limits
- ā” Real-Time Data - Fresh data extraction without stale caches
Perfect for: AI research, lead generation, market intelligence, content monitoring, competitive analysis
ā” Key Features
šŖ Supported Platforms
| Platform | Search | Profiles | Posts | Comments | DMs | Analytics |
|---|---|---|---|---|---|---|
| ā | ā | ā | ā | ā | ā | |
| ā | ā | ā | ā | ā | ā | |
| ā | ā | ā | ā | ā | ā ļø | |
| Twitter/X | ā | ā | ā | ā ļø | ā | ā ļø |
| Any Website | ā | - | - | - | - | - |
š ļø Core Capabilities
- Advanced Search & Filtering - Find people by title, company, location, education, skills
- Bulk Data Extraction - Extract thousands of profiles, posts, or comments in one request
- Network Analysis - Map connections, followers, engagement patterns
- Content Monitoring - Track posts, comments, reactions in real-time
- Account Management - Send messages, connection requests, post comments (LinkedIn)
- Smart Web Parsing - Extract structured data from any website using CSS selectors
š Enterprise-Grade Features
- Rate Limit Management - Automatic backoff and retry with exponential delays
- Proxy Rotation - Built-in proxy support for high-volume requests
- Error Recovery - Self-healing mechanisms for platform changes
- Usage Analytics - Track API consumption and costs
- Team Management - Multi-user accounts with role-based access
š 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
- Sign up at app.anysite.io (100 free credits included)
- Navigate to MCP Server Integration
- Copy your OAuth URL:
https://api.anysite.io/mcp/sse
Step 2: Add to Your MCP Client
Claude Desktop (Click to expand)
- Open Claude Desktop ā Settings ā Connectors
- Click Add Custom Connector
- Fill in:
- Name: AnySite MCP
- OAuth URL:
https://api.anysite.io/mcp/sse
- Click Add ā Connect ā Allow Access
Cline / Cursor / Windsurf
Add to your MCP configuration file:
{
"mcpServers": {
"anysite": {
"command": "npx",
"args": ["-y", "@anysite/mcp"],
"env": {
"ANYSITE_OAUTH_URL": "https://api.anysite.io/mcp/sse"
}
}
}
}
Configuration file locations:
- Cline:
.cline/mcp_settings.json - Cursor:
.cursor/mcp_config.json - Windsurf:
.windsurf/mcp_config.json
Step 3: Verify Connection
Ask your AI agent:
What MCP tools do you have access to?
Expected response should include:
search_linkedin_usersget_linkedin_profileget_instagram_usersearch_reddit_postsgoogle_searchparse_webpage- ... and 50+ more tools
Option 2: Local MCP Server (For Development)
Perfect for testing, development, custom integrations.
Installation
# Clone the repository
git clone https://github.com/anysiteio/anysite-mcp-server.git
cd anysite-mcp-server
# Install dependencies
npm install
# Build the project
npm run build
Configuration
Create .env file:
ANYSITE_ACCESS_TOKEN=your_access_token
ANYSITE_ACCOUNT_ID=your_account_id
Get your credentials from app.anysite.io
Run Server
npm start
Connect to MCP Client
Add to your MCP configuration:
{
"mcpServers": {
"anysite-local": {
"command": "node",
"args": ["/path/to/anysite-mcp-server/build/index.js"],
"env": {
"ANYSITE_ACCESS_TOKEN": "your_token",
"ANYSITE_ACCOUNT_ID": "your_account_id"
}
}
}
}
š® Usage Examples
LinkedIn: Find Decision Makers
Find me 10 CTOs at AI companies in San Francisco
The MCP server will:
- Search LinkedIn users with title="CTO", company_keywords="AI", location="San Francisco"
- Return structured profiles with name, headline, company, location
- Provide direct LinkedIn URLs for each profile
Instagram: Monitor Brand Mentions
Get the latest 20 Instagram posts mentioning @yourbrand
Reddit: Analyze Discussions
Search Reddit for posts about "LLM agents" in the last week,
sorted by top engagement
Multi-Platform Research
1. Find the LinkedIn profile of John Doe at Company X
2. Get his recent posts and engagement metrics
3. Find his Twitter profile and latest tweets
4. Cross-reference with Instagram presence
š Documentation
š Full Documentation
š§ Tool Categories (57 Total)
LinkedIn Tools (26 tools)
Search & Discovery (7 tools)
search_linkedin_users- Advanced user search with 10+ filterslinkedin_sn_search_users- Sales Navigator advanced searchget_linkedin_email_user- Find users by email addressget_linkedin_user_email_db- Batch email lookup (up to 10 profiles)get_linkedin_google_company- Find companies via Google searchget_linkedin_company- Company details lookupsearch_linkedin_posts- Search posts by keywords, author, date
Profile & Data (7 tools)
get_linkedin_profile- Full profile with experience, education, skillsget_linkedin_user_posts- User's post historyget_linkedin_user_reactions- Posts user reacted toget_linkedin_user_comments- User's comment historyget_linkedin_user_connections- Network connectionsget_linkedin_user_endorsers- Skill endorsersget_linkedin_user_certificates- User certificates
Company Intelligence (4 tools)
get_linkedin_company_employees- Employee list with filtersget_linkedin_company_posts- Company updatesget_linkedin_post_reposts- Reshare analysisget_linkedin_conversations- Conversation history
Engagement (4 tools)
get_linkedin_post_comments- Comment threadsget_linkedin_post_reactions- Who reacted and howget_linkedin_post_reposts- Reshare analysis
Account Management (4 tools) - Requires ACCOUNT_ID
get_linkedin_management_me- Get own profilesend_linkedin_chat_message- Send DMsget_linkedin_chat_messages- Retrieve conversationssend_linkedin_connection- Send connection requestssend_linkedin_post_comment- Comment on postssend_linkedin_post- Create posts
Instagram Tools (8 tools)
get_instagram_user- Profile info, followers, posts countget_instagram_user_posts- Post history with mediaget_instagram_user_reels- Reels/videosget_instagram_user_friendships- Followers/following listsget_instagram_post- Post details with metricsget_instagram_post_comments- Comment threadsget_instagram_post_likes- Who liked the postsearch_instagram_posts- Hashtag and keyword search
Twitter/X Tools (5 tools)
get_twitter_user- Profile detailssearch_twitter_users- Find usersget_twitter_user_posts- Tweet historysearch_twitter_posts- Advanced tweet search with 15+ filtersget_twitter_post- Tweet details
Reddit Tools (3 tools)
search_reddit_posts- Search with sort, time, subreddit filtersget_reddit_post- Post details with score, commentsget_reddit_post_comments- Comment trees with nested replies
Web Parsing Tools (2 tools)
parse_webpage- Extract content with 14+ CSS selector optionsget_sitemap- Parse website sitemaps
Other Tools (3 tools)
google_search- Google search with clean resultssearch- ChatGPT Deep Research optimized searchfetch- ChatGPT Deep Research optimized profile fetch
š¤ Integrations
AnySite MCP Server works with any MCP-compatible client:
AI Assistants
- ā Claude Desktop - Native OAuth support
- ā Cline - MCP configuration
- ā Cursor - Custom MCP server
- ā Windsurf - MCP integration
- ā Any MCP Client - Standard protocol
Development Tools
- š§ n8n - AnySite n8n nodes
- š§ LangChain - Custom tool integration
- š§ AutoGen - Agent tool registration
- š§ REST API - Direct API access
Comparison: Remote vs Local
| Feature | Remote MCP (OAuth) | Local MCP |
|---|---|---|
| Setup Time | < 2 minutes | ~10 minutes |
| Authentication | OAuth (secure, one-click) | API keys in config |
| Updates | Automatic | Manual git pull |
| Best For | Production, end-users | Development, testing |
| Credentials | Managed by AnySite | Self-managed |
| Revocation | One-click in dashboard | Manual removal |
| MCP Clients | Claude Desktop, Cline, etc. | Any MCP client |
Recommendation: Use Remote MCP for production and Local MCP for development/testing.
šļø Architecture
āāāāāāāāāāāāāāāāāāā
ā MCP Client ā (Claude Desktop, Cline, etc.)
ā (AI Agent) ā
āāāāāāāāāā¬āāāāāāāāā
ā MCP Protocol
ā
āāāāāāāāāā¼āāāāāāāāā
ā AnySite MCP ā
ā Server ā
āāāāāāāāāā¬āāāāāāāāā
ā REST API
ā
āāāāāāāāāā¼āāāāāāāāā
ā AnySite API ā ā OAuth Authentication
ā Platform ā ā Rate Limiting
āāāāāāāāāā¬āāāāāāāāā ā Proxy Rotation
ā
āāāāāā“āāāāā¬āāāāāāāāā¬āāāāāāāāāā¬āāāāāāāāāāā
ā¼ ā¼ ā¼ ā¼ ā¼
LinkedIn Instagram Reddit Twitter Any Website
Key Components:
- MCP Protocol Layer - Standardized tool interface for AI agents
- API Abstraction - Platform-specific API adapters with error handling
- Authentication - OAuth 2.0 for secure credential management
- Self-Healing - Auto-retry and fallback mechanisms
- Rate Limiting - Smart backoff to prevent API bans
š” Use Cases
šÆ Lead Generation & Sales
- Find decision makers by title, company, location
- Enrich CRM data with LinkedIn profiles
- Monitor competitor hiring and expansion
š Market Intelligence
- Track brand mentions across platforms
- Analyze competitor social media strategy
- Monitor industry trends and discussions
š Research & Analytics
- Collect datasets for AI training
- Social network analysis
- Content performance tracking
š¤ AI Agent Workflows
- Multi-platform data correlation
- Automated outreach campaigns
- Cross-platform identity resolution
š ļø Development
Building from Source
# Clone repository
git clone https://github.com/anysiteio/anysite-mcp-server.git
cd anysite-mcp-server
# Install dependencies
npm install
# Build TypeScript
npm run build
# Run in development mode
npm run dev
# Run tests
npm test
Project Structure
anysite-mcp-server/
āāā src/ # Source code
ā āāā index.ts # MCP server entry point (Smithery runtime)
ā āāā server.ts # Server implementation (Traditional MCP)
ā āāā types.ts # TypeScript type definitions
āāā build/ # Compiled JavaScript
ā āāā index.js # Main entry point
ā āāā server.js # Server executable
ā āāā types.js # Type definitions
ā āāā remote-server.js # Remote server support
ā āāā streamable-server.js # Streaming support
ā āāā smithery.js # Smithery integration
āāā .claude/ # Claude Code settings
ā āāā settings.local.json
āāā .cursor/ # Cursor IDE settings
ā āāā rules/
āāā .smithery/ # Smithery CLI files
ā āāā index.cjs
āāā package.json # npm package configuration
āāā package-lock.json
āāā tsconfig.json # TypeScript configuration
āāā smithery.yaml # Smithery config
āāā glama.json # Glama integration
āāā .env # Environment variables (local)
āāā .npmrc # npm configuration
āāā .gitignore
āāā README.md # Documentation
āāā CLAUDE.md # Claude Code instructions
āāā LICENSE.md # MIT License
āāā LICENSE
Contributing
We welcome contributions! See for guidelines.
Areas we need help with:
- š Documentation improvements
- š Bug fixes and testing
- ⨠New platform integrations
- š Translations
š Pricing & Limits
Free Tier
- ā 100 free credits on signup
- ā All 57 tools available
- ā OAuth authentication
- ā ļø Rate limits apply
Pro Plans
- š Higher rate limits
- š Priority support
- š Dedicated proxies
- š Team collaboration
See pricing details
š Security & Privacy
- OAuth 2.0 - Industry-standard authentication
- No Credential Storage - Your API keys stay with AnySite
- Encrypted Transport - All data transmitted over HTTPS
- GDPR Compliant - Data processing follows EU regulations
- Revocable Access - One-click disconnect in dashboard
ā ļø Important: Always comply with platform terms of service and local regulations when scraping data.
š¬ Community & Support
- š Documentation
- š¬ Discord Community - Ask questions, share workflows
- š¦ Twitter - Latest updates
- š§ Email Support
- š GitHub Issues
š License
This project is licensed under the .
š Acknowledgments
Built with:
- Model Context Protocol by Anthropic
- TypeScript
- Node.js
Special thanks to the MCP community for feedback and contributions.
ā Star us on GitHub if AnySite MCP Server helps your AI agents!
Made with ā¤ļø by the AnySite.io team
Website ⢠Documentation ⢠API Playground