SourceHarbor MCP
Rank #40,853io.github.xiaojiou176-open/sourceharbor-mcp
Source-first AI knowledge control tower MCP server for YouTube, Bilibili, RSSHub, and RSS.
SourceHarbor MCP is a Model Context Protocol (MCP) server published by xiaojiou176-open. It ranks #40,853 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. SourceHarbor MCP is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Apr 7, 2026 and most recently updated on Apr 8, 2026.
Ranks ahead of 74,607 of 115,460 servers on MCP Toplist.
Use SourceHarbor MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add sourceharbor-mcp -e "SOURCE_HARBOR_API_BASE_URL=<your SOURCE_HARBOR_API_BASE_URL>" -- uvx sourceharborReplace each placeholder with your own value before saving.
[mcp_servers.sourceharbor-mcp]
command = "uvx"
args = ["sourceharbor"]
[mcp_servers.sourceharbor-mcp.env]
SOURCE_HARBOR_API_BASE_URL = "<your SOURCE_HARBOR_API_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sourceharbor-mcp": {
"command": "uvx",
"args": [
"sourceharbor"
],
"env": {
"SOURCE_HARBOR_API_BASE_URL": "<your SOURCE_HARBOR_API_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sourceharbor-mcp": {
"command": "uvx",
"args": [
"sourceharbor"
],
"env": {
"SOURCE_HARBOR_API_BASE_URL": "<your SOURCE_HARBOR_API_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sourceharbor-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sourceharbor"
],
"env": {
"SOURCE_HARBOR_API_BASE_URL": "<your SOURCE_HARBOR_API_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sourceharbor-mcp": {
"command": "uvx",
"args": [
"sourceharbor"
],
"env": {
"SOURCE_HARBOR_API_BASE_URL": "<your SOURCE_HARBOR_API_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sourceharbor-mcp": {
"command": "uvx",
"args": [
"sourceharbor"
],
"env": {
"SOURCE_HARBOR_API_BASE_URL": "<your SOURCE_HARBOR_API_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.xiaojiou176-open%2Fsourceharbor-mcp)<a href="https://mcptoplist.com/server/io.github.xiaojiou176-open%2Fsourceharbor-mcp"><img src="https://mcptoplist.com/badge/io.github.xiaojiou176-open%2Fsourceharbor-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
xiaojiou176-open
Other servers by xiaojiou176-open
- CortexPilot Read-only MCP#7,133 · 1 ver
- Campus Copilot MCP#34,272 · 2 vers
- NoteStore Lab MCP#40,851 · 1 ver
- Prompt Switchboard MCP Sidecar#40,852 · 1 ver
- agent-exporter MCP bridge#45,481 · 2 vers
- Apple Notes Snapshot#53,588 · 1 ver
- DealWatch#53,589 · 1 ver
- Movi MCP v1#53,590 · 1 ver
- OpenUI MCP Studio#53,591 · 1 ver
- Provenote MCP#53,592 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.14 | Apr 8, 2026 |
Frequently asked questions
- Who maintains SourceHarbor MCP?
- SourceHarbor MCP is maintained by xiaojiou176-open, which publishes 11 MCP servers (13 total versions) tracked on MCP Toplist.
- Is SourceHarbor MCP listed on the Official MCP Registry?
- Yes — SourceHarbor MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does SourceHarbor MCP have?
- MCP Toplist tracks 1 version of SourceHarbor MCP, most recently published on Apr 8, 2026.
- Where can I find the source code for SourceHarbor MCP?
- The source code for SourceHarbor MCP is hosted at github.com/xiaojiou176-open/sourceharbor.