Connects Claude to Vimeo's public API for searching videos and browsing channel or category content. You get three core operations: videos_search for querying the platform, channel_videos for pulling content from specific channels, and category_videos for browsing by topic. Runs through Pipeworx's gateway, which means you can either use it standalone or access it as part of their larger collection of 673+ data sources. No authentication hoops since it uses a free personal token. Useful when you need to surface Vimeo content programmatically or build workflows that reference video metadata without leaving your MCP client.
Vimeo MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
videos_search | Search videos. |
channel_videos | Channel videos. |
category_videos | Videos in a category. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"vimeo": {
"url": "https://gateway.pipeworx.io/vimeo/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Vimeo data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
io.github.socialapishub/social-media-api
io.github.xpaysh/social-media
com.thenextgennexus/youtube-media-mcp-server
io.github.ludmila-omlopes/youtube-video-analyzer
csoai-org/social-media-ai-mcp
com.ezbizservices/social-media