social-dive

social-dive

An MCP server that provides AI agents with access to over 20 knowledge sources including arXiv, GitHub, YouTube, Wikipedia, and more for reading and searching content.

Category
Visit Server

README

🤿 Social Dive

CI PyPI version License: MIT

Social Dive is an AI-agent internet-access capability layer for 20+ knowledge sources. It acts as an installer, doctor, config tool, and execution layer that connects AI Agents (Claude Code, Cursor, Windsurf, etc.) with platforms like arXiv, GitHub, YouTube, Wikipedia, PubMed, Semantic Scholar, Hacker News, Stack Overflow, DEV.to, RSS feeds, Crossref DOIs, OpenAlex, Europe PMC, and the broader web.

📖 Want to know how it works under the hood? Read the Project Architecture Summary.

Built with a hybrid Python and Rust architecture, Social Dive features high-performance HTML-to-Markdown parsing and concurrent HTTP fetching without locking the Python GIL.

Features

  • Multi-Source Read & Search: 16+ internet sources natively supported without complex scraping tools.
  • LLM Integration: Seamless integration with NVIDIA NIM (DeepSeek, GLM, MiniMax), OpenAI, and Anthropic.
  • MCP Server Included: Exposes capabilities to any MCP-compatible AI agent.
  • Zero-Config Options: Works out-of-the-box for most sources (no API keys required).
  • High Performance: Rust core for HTML parsing and concurrent fetching.

Installation

pip install social-dive

(Optional) Install with specific LLM provider support:

pip install "social-dive[anthropic]"

Quick Start

Check system health and available channels:

social-dive doctor

Read content from any supported URL (returns clean Markdown):

social-dive read https://arxiv.org/abs/2401.12345

Summarize a web page using an LLM:

social-dive summarize https://en.wikipedia.org/wiki/Artificial_intelligence

Search across academic or code sources:

social-dive search "Transformer architecture" --channels=arxiv,semantic_scholar

Configuration

Configure your LLM provider and API keys securely:

# Set LLM provider (nvidia, openai, or anthropic)
social-dive configure llm_provider nvidia

# Set your API keys
social-dive configure nvidia_api_key "nvapi-..."
social-dive configure github_token "ghp_..."

# View current configuration
social-dive configure --list

Configuration is stored securely in ~/.social-dive/config.yaml with strict file permissions (0600).

Model Context Protocol (MCP)

Social Dive includes a built-in MCP server so your AI agent can call its tools directly. Start the server using:

python -m social_dive.integrations.mcp_server

MCP Tools Available:

  • read_url: Read and extract content from any URL.
  • search_sources: Search across academic, code, and web sources.
  • check_health: Report channel availability.
  • summarize_url: Summarize content using the configured LLM.
  • list_channels: List all available knowledge channels.

Supported Channels

Channel Description Tier
arxiv Academic preprints Zero Config
github Repositories, issues, PRs Needs Key
youtube Video transcripts Zero Config
wikipedia Encyclopedia articles Zero Config
semantic_scholar Academic papers Needs Key (optional)
pubmed Biomedical literature Needs Key
hacker_news Tech news + discussions Zero Config
stack_overflow Programming Q&A Needs Key (optional)
devto Developer articles Zero Config
crossref DOI metadata Zero Config
openalex Scholarly works Needs Key
europe_pmc Open-access papers Needs Key
rss RSS/Atom feeds Zero Config
doi_resolver DOI → full text Zero Config
web Catch-all web reader Zero Config

License

This project is licensed under the MIT License. See LICENSE for details.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured