What is the Wistia API MCP server?
Manage Wistia videos, channels, folders, captions, customizations, and analytics via MCP.
How to install Wistia API
Copy-paste configuration for popular MCP clients.
AuthorizationsecretWistia API token in Bearer format (e.g., 'Bearer YOUR_API_TOKEN'). Get your token from https://account.wistia.com/account/api
{
"mcpServers": {
"wistia-api-mcp": {
"url": "https://api.wistia.com/mcp/api"
}
}
}{
"mcpServers": {
"wistia-api-mcp": {
"serverUrl": "https://api.wistia.com/mcp/api"
}
}
}{
"servers": {
"wistia-api-mcp": {
"type": "http",
"url": "https://api.wistia.com/mcp/api"
}
}
}{
"mcpServers": {
"wistia-api-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.wistia.com/mcp/api"
]
}
}
}claude mcp add --transport http wistia-api-mcp https://api.wistia.com/mcp/apiRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.