Source-first AI knowledge control tower MCP server for YouTube, Bilibili, RSSHub, and RSS.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx sourceharbor
MCP client config
{
"mcpServers": {
"sourceharbor-mcp": {
"command": "uvx",
"args": [
"sourceharbor"
]
}
}
}