Command Palette

Search for a command to run...

UnylyUnyly

bilibili-api vs ARA

Side-by-side comparison of two Model Context Protocol servers. Pick the right one for Claude Desktop, Claude Code, or Cursor.

# B站API服务器 Bilibili Api 一个为bilibili.com API提供服务的Model Context Protocol (MCP)服务器,支持获取用户信息、视频搜索等功能。 A Model Context Protocol (MCP) server that provides services f

Details

Generate images, video and audio from any AI agent — one connector.

Details

Comparison

Featurebilibili-apiARA
PricingFreeFree
Installs5
Rating
Verified
HostedHosted
Tools4
Categorymediamedia
Authorxiaobenyang-comARA
RepoFasadSalatov/Ai-Agregator

When to pick bilibili-api

# B站API服务器 Bilibili Api 一个为bilibili.com API提供服务的Model Context Protocol (MCP)服务器,支持获取用户信息、视频搜索等功能。 A Model Context Protocol (MCP) server that provides services for the bilibili.com API, supporting functions such as obtaining user information and video search.## 工具列表 Tool List 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 | 工具 Tool | 描述 Description | |-------|--------------------| | get_user_info | Get information about a Bilibili user | | get_video_info | Get detailed information about a Bilibili video | | search_videos | Search for videos on Bilibili | ## 检查服务 ## Inspector 工具在线测试: [https://mcp.xiaobenyang.com/inspector/1777316659451907](https://mcp.xiaobenyang.com/inspector/1777316659451907) Online Tool test [https://mcp.xiaobenyang.com/inspector/1777316659451907](https://mcp.xiaobenyang.com/inspector/1777316659451907) ## 服务配置 MCP Server Config > #### 如何获取 XBY-APIKEY ? How to get XBY-APIKEY ? > 访问小笨羊科技网站 [https://xiaobenyang.com](https://xiaobenyang.com),注册用户即可获得APIKEY > Visit XiaoBenYang website [https://xiaobenyang.com](https://xiaobenyang.com), register and get the APIKEY. ### SSE ```json { "mcpServers": { "B站API服务器": { "headers": { "XBY-APIKEY": "<YOUR_XBY_APIKEY>" }, "type": "sse", "url": "https://mcp.xiaobenyang.com/1777316659451907/sse" } } } ``` ### STREAMABLE HTTP ```json { "mcpServers": { "B站API服务器": { "headers": { "XBY-APIKEY": "<YOUR_XBY_APIKEY>" }, "type": "streamable_http", "url": "https://mcp.xiaobenyang.com/1777316659451907/mcp" } } } ``` ### STDIO ```json { "mcpServers": { "B站API服务器": { "command": "npx", "args": [ "-y", "xiaobenyang-mcp" ], "env": { "XBY_APIKEY": "<YOUR_XBY_APIKEY>", "mcpId": "1777316659451907", }, "transport": "stdio" } } } ```

When to pick ARA

# ARA — AI generation, from any agent Connect your AI client to **ARA** and generate **images, video and audio** straight from the conversation. One remote connector, zero install — the same gateway works in Claude, Cursor, VS Code, Claude Code and **ChatGPT**. Once connected, your agent gets these tools: - **generate.image** — text-to-image generation - **generate.video** — text/image-to-video generation - **generate.audio** — speech / music generation - **generation.status** — poll a long-running job and fetch result URLs ## Connect in one click Open [arahub.io/profile/api](https://arahub.io/profile/api), pick your client and follow the one-click flow: - **Cursor / VS Code** — deep-link, installs the connector for you - **Claude Code** — single `claude mcp add` command - **Claude Desktop** — config snippet (auth header pre-filled) - **claude.ai / ChatGPT** — paste the connector URL, click **Authorize** (OAuth) ChatGPT and claude.ai authorize over OAuth — your ARA token is never pasted by hand; the client runs the flow and you just approve. ## Powered by Sael ARA's gateway is MCP-compatible on the surface, but composes work over the **Sael** streaming protocol underneath — so fan-out generations and long jobs stream back efficiently. Agents speak plain MCP; the speed comes for free. ## Pricing Usage runs on ARA credits — a free tier to start, top up as you go. Auth is per-account, so generations and credit spend are tied to your own ARA balance.

Looking for something else? Browse all MCPs or check trending this week.