fuse-mcp
v1.1.0
Published
MCP server for Fuse Creator Analytics. Connect Claude to creator metrics, content, transcripts, and AI insights.
Maintainers
Readme
fuse-mcp
MCP server for Fuse Creator Analytics. Gives Claude access to YouTube creator metrics, content data, transcripts, and AI-powered insights.
Setup
Claude Code
claude mcp add fuse -- env FUSE_API_KEY=your_key_here npx -y fuse-mcpOr add to your project's .mcp.json:
{
"mcpServers": {
"fuse": {
"command": "npx",
"args": ["-y", "fuse-mcp"],
"env": {
"FUSE_API_KEY": "your_key_here"
}
}
}
}Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"fuse": {
"command": "npx",
"args": ["-y", "fuse-mcp"],
"env": {
"FUSE_API_KEY": "your_key_here"
}
}
}
}Configuration
| Variable | Required | Description |
|----------|----------|-------------|
| FUSE_API_KEY | Yes | Your Fuse API key. Get one at getfuse.io/settings. |
| FUSE_API_URL | No | API base URL. Defaults to https://getfuse.io. |
Available Tools (21)
Creator Profiles
fuse_search_creators- Search creators by topic, subscriber count, growth ratefuse_get_creator- Get full creator profilefuse_get_contact- Get creator contact informationfuse_get_channel_narrative- AI-generated channel narrative
Analytics & Metrics
fuse_get_metrics- Engagement, growth, momentum, upload cadencefuse_get_topic_intelligence- Topic recommendations with demand signalsfuse_get_category_performance- Category ranking and percentilefuse_get_fit_score- Partnership fit score with component breakdownfuse_get_shorts_analysis- Shorts vs long-form performance breakdownfuse_get_subscriber_quality- Subscriber quality score (0-100)fuse_get_report_card- 6-dimension channel report cardfuse_get_audience- Audience demographics by platform and date rangefuse_get_deep_insights- YouTube Analytics deep insights (owner-only)fuse_get_growth_hypotheses- AI-generated growth hypotheses
Content
fuse_get_content- Video list with stats and paginationfuse_get_insights- Analytics insights for a creatorfuse_get_transcript- Full video transcript with optional timestampsfuse_get_scripts- List your scriptsfuse_create_script- Create a new draft script
Discovery
fuse_discover- Search the creator discovery databasefuse_get_lookalikes- Find similar creators
License
MIT
