mcpbeat Sign in

SourceHarbor MCP Server

local only

SourceHarbor MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 15 installs a week from pypi. Last commit 27 May 2026.

Source-first AI knowledge control tower MCP server for YouTube, Bilibili, RSSHub, and RSS.

Installs per day peak 8 · avg 2 · -29% w/w
a month agotoday
15
Installs / week
pypi · sourceharbor
2
Stars
0 open issues
27 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check SourceHarbor MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sourceharbor-mcp -- uvx sourceharbor
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sourceharbor-mcp": {
      "args": [
        "sourceharbor"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sourceharbor-mcp]
command = "uvx"
args = ["sourceharbor"]
.cursor/mcp.json
{
  "mcpServers": {
    "sourceharbor-mcp": {
      "args": [
        "sourceharbor"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sourceharbor-mcp": {
      "args": [
        "sourceharbor"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SOURCE_HARBOR_API_BASE_URL (Base URL for a running SourceHarbor API.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SourceHarbor MCP

same job, measured the same way
Pil
by pjpoulose

PIL: local-first knowledge base for your Instagram saved posts, with a read-only MCP server.

local only
Tubemind Secure MCP
by dewtech-technologies

Secure MCP server for YouTube intelligence — 18 tools, OAuth2, OWASP Top 10 controls.

31 installs/wk local only
Youtube MCP
by miller-joe

MCP server for YouTube creator-ops with a ComfyUI bridge for AI thumbnail generation.

40 installs/wk local only
Qpost MCP
by arslan2012

MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.

34 installs/wk answering
YouTube Transcript & Search MCP Server
by transcriptout

YouTube transcripts, search, channels, playlists and bulk transcript jobs for AI agents. 14 tools.

14 tools answering
BedrockTap
by bedrocktap

One MCP server over 253 data sources: Reddit, LinkedIn, YouTube, G2, search and AI answers.

answering
Mysocial
by mysocial

Social media MCP server: your Instagram, TikTok, YouTube, LinkedIn and Threads history for your AI.

245 installs/wk answering
Watch CLI
by sonpiaz

Hand any social video to your AI agent — frames + transcript bundled. MCP server for watch-cli.

52 installs/wk local only

SourceHarbor MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for SourceHarbor MCP?
SourceHarbor MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package sourceharbor was installed 15 times last week.
How do I connect SourceHarbor MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sourceharbor straight from pypi; nothing to host, nothing to sign up for.
How many people use SourceHarbor MCP?
The pypi package sourceharbor was installed 15 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SourceHarbor MCP open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.