What is the SourceHarbor MCP MCP server?
Source-first AI knowledge control tower MCP server for YouTube, Bilibili, RSSHub, and RSS.
How to install SourceHarbor MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
SOURCE_HARBOR_API_BASE_URLrequiredBase URL for a running SourceHarbor API.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sourceharbor-mcp": {
"command": "uvx",
"args": [
"sourceharbor"
],
"env": {
"SOURCE_HARBOR_API_BASE_URL": "<YOUR_SOURCE_HARBOR_API_BASE_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"sourceharbor-mcp": {
"command": "uvx",
"args": [
"sourceharbor"
],
"env": {
"SOURCE_HARBOR_API_BASE_URL": "<YOUR_SOURCE_HARBOR_API_BASE_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sourceharbor-mcp": {
"command": "uvx",
"args": [
"sourceharbor"
],
"env": {
"SOURCE_HARBOR_API_BASE_URL": "<YOUR_SOURCE_HARBOR_API_BASE_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"sourceharbor-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sourceharbor"
],
"env": {
"SOURCE_HARBOR_API_BASE_URL": "<YOUR_SOURCE_HARBOR_API_BASE_URL>"
}
}
}
}Claude Code
claude mcp add sourceharbor-mcp --env SOURCE_HARBOR_API_BASE_URL=<YOUR_SOURCE_HARBOR_API_BASE_URL> -- uvx sourceharborRelated MCP servers
Local stdio MCP bridge for archive publishing, retrieval, and governance evidence.
View repository →Local-first Apple Notes backup control room for macOS with a read-only MCP surface.
View repository →Read-only MCP server for the local Campus Copilot BFF and imported workspace snapshots.
View repository →Review-first stdio MCP for Movi: analyze, review, overlay edit, and dry-run preview.
View repository →Local copy-first Apple Notes recovery and review MCP server for NoteStore Lab case roots.
View repository →