PluginBench
MCP Server

io.github.MarvinRey7879/framefetch MCP Server

io.github.MarvinRey7879/framefetch

What is the io.github.MarvinRey7879/framefetch MCP server?

Social-video URL → transcript, frames & metadata across 6 platforms. MCP, OAuth, free tier.

How to install io.github.MarvinRey7879/framefetch

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "framefetch": {
      "url": "https://framefetch.net/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "framefetch": {
      "serverUrl": "https://framefetch.net/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "framefetch": {
      "type": "http",
      "url": "https://framefetch.net/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "framefetch": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://framefetch.net/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http framefetch https://framefetch.net/mcp

Related MCP servers

Crypto ticker+timeframe → token-compact market-state brief. MCP server, one-click OAuth, free tier.

0
JavaScript
MIT
View repository →