← All servers

Wistia API

io.github.wistia/wistia-api-mcp v0.1.2
Official Registry git data

Manage Wistia videos, channels, folders, captions, customizations, and analytics via MCP.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over streamable-http

Run in your terminal
claude mcp add wistia-api-mcp --transport http https://api.wistia.com/mcp/api
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "wistia-api-mcp": {
      "url": "https://api.wistia.com/mcp/api"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "wistia-api-mcp": {
      "serverUrl": "https://api.wistia.com/mcp/api"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "wistia-api-mcp": {
      "type": "http",
      "url": "https://api.wistia.com/mcp/api"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "wistia-api-mcp": {
      "url": "https://api.wistia.com/mcp/api"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "wistia-api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.wistia.com/mcp/api"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
streamable-http https://api.wistia.com/mcp/api
Authorization: ••••••

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.wistia--wistia-api-mcp/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent