Skip to main content
Glama

@pipeworx/vimeo

Vimeo API MCP — public video/user/channel/group lookups. Free personal access token required.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Auth

  • Platform: PLATFORM_VIMEO_KEY. BYO: ?_apiKey=… (personal access token).

Related MCP server: mcp-apps

Tools

  • video(id) — single video

  • videos_search(query, page?, per_page?, sort?, direction?, filter?) — search videos

  • user(user_id) — user profile

  • user_videos(user_id, page?, per_page?, sort?, direction?) — user videos

  • channel(channel_id_or_slug) — channel

  • channel_videos(channel_id_or_slug, page?, per_page?, sort?, direction?) — channel videos

  • categories() — list categories

  • category(slug) — single category

  • category_videos(slug, page?, per_page?) — videos in a category

Data source

https://api.vimeo.com

Quick Start

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 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

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.

More

License

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables YouTube content browsing, video searching, and metadata retrieval via the YouTube Data API v3. It also facilitates fetching video transcripts for summarization and analysis within MCP-compatible AI clients.
    7
    33
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables interacting with YouTube Data API v3 through MCP tools (get-video, get-channel, get-latest-video) and bundled UI apps for video and channel profiles.
    9
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • YouTube MCP — wraps the YouTube Data API v3 (BYO API key)

  • Remote MCP connector for eBay, Shopify, Best Buy & Etsy marketplace data via the Commerce API

  • Archive MCP — wraps the Internet Archive APIs (free, no auth)

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-vimeo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server