Skip to content
Cursor

SourceHarbor MCP for Cursor

io.github.xiaojiou176-open/sourceharbor-mcp

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

client:Cursor transport:stdio runtime:pypi

Install SourceHarbor MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sourceharbor-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sourceharbor"
      ],
      "env": {
        "SOURCE_HARBOR_API_BASE_URL": "<SOURCE_HARBOR_API_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SourceHarbor MCP in other clients