npm @sponsorbook/mcpstreamable-httpMITupdated 14d ago
Research YouTube sponsors from Claude, Codex, Cursor, and other MCP clients.
Sponsorbook 能做什么?
Sponsorbook MCP
Research YouTube sponsors from Claude, Codex, Cursor, and other MCP clients.
Sponsorbook MCP lets your agent find sponsors, inspect the videos and creators behind each relationship, explore similar brands, manage research lists, and work with verified contacts.
What you can do
- Find sponsor brands by name, domain, language, recency, volume, and typical views.
- Inspect a brand's sponsorship history and the supporting video evidence.
- Explore creators a brand sponsors and brands with overlapping creator relationships.
- Search YouTube channels and see which brands have sponsored them.
- Create lists, save brands, and attach research notes.
- View masked contacts, explicitly reveal a stored email, or request a contact when none exists.
Connect
Sponsorbook MCP requires a Sponsorbook Pro workspace.
Remote MCP
Use the hosted endpoint when your client supports remote MCP with authentication:
https://app.sponsorbook.io/mcp
Local MCP configuration
For clients that launch a local MCP command:
{
"mcpServers": {
"sponsorbook": {
"command": "npx",
"args": ["-y", "@sponsorbook/mcp"]
}
}
}
Your browser opens on the first connection so you can sign in and choose your Sponsorbook workspace. Later connections reuse that authorization.
Requirements
- Node.js 20.18.1 or newer for the local package
- A Sponsorbook Pro workspace
How it works
The package is a small open-source bridge for MCP clients that launch local commands. Sponsorbook's hosted MCP server performs the research and applies the same workspace permissions, contact reveal rules, and catalogue limits as the web app.
The hosted server and Sponsorbook catalogue are separate from this repository.
Development
npm install
npm test
npm run test:live
Set SPONSORBOOK_MCP_URL to an HTTPS endpoint, or to an HTTP localhost endpoint, when testing another Sponsorbook deployment.
Security
Please report vulnerabilities through GitHub private vulnerability reporting.
Licence
安装
把 Sponsorbook 添加到你的客户端。选择你正在使用的那个。
{
"servers": {
"mcp": {
"type": "http",
"url": "https://app.sponsorbook.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp -- npx -y @sponsorbook/mcpcodex mcp add mcp -- npx -y @sponsorbook/mcpamp mcp add mcp -- npx -y @sponsorbook/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sponsorbook/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sponsorbook/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sponsorbook/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sponsorbook/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@sponsorbook/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@sponsorbook/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@sponsorbook/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @sponsorbook/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档22/25
- 维护19/25
- 可信度16/20
- 能力0/15
- 安装体验15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 6 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.1最新 | 2026年8月25日 |