Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Google Play Console MCP
  4. vs Bilibili Mcp Js
Side-by-Side Model Context Protocol Comparison

Google Play Console MCP vs Bilibili Mcp Js

In-depth architectural comparison of the Google Play Console MCP and Bilibili Mcp Js MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Google Play Console MCP
Browser Automation · Local stdio
Quality: 27/100 (Emerging) | Auth: No auth required
Bilibili Mcp Js
Browser Automation · Local stdio
Quality: 65/100 (Great) | Auth: API Key required
Verdict Summary: Choose Google Play Console MCP if you need specialized Browser Automation tools running via a local process. Choose Bilibili Mcp Js if your workspace requires Browser Automation integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

G

Choose Google Play Console MCP when:

  • You need dedicated capabilities in the Browser Automation domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
Explore Google Play Console MCP Details
Bilibili Mcp Js logo

Choose Bilibili Mcp Js when:

  • You need dedicated capabilities in the Browser Automation domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (BYOK (Pay Provider Direct)).
  • You have access to required keys: OPENAI_API_KEY, TRANSPORT, PORT.
  • Primary tools included: bilibili-search-summary, bilibili-hot, bilibili-video-detail.
Explore Bilibili Mcp Js Details

Feature & Specification Comparison

Specification
G
Google Play Console MCP
Browser Automation
Bilibili Mcp Js logo
Bilibili Mcp Js
34892002
Browser Automation
SummaryGoogle Play release lifecycle: tracks, testers, rollout, and Android Vitals.A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts.
Category & ScopeBrowser AutomationBrowser Automation

Tools & Capabilities Breakdown

Google Play Console MCP Tools (0)

No explicit tool names declared in metadata yet. Check project README on main listing page.

Bilibili Mcp Js Tools (8)

bilibili-search-summary
搜索B站视频内容简介列表
bilibili-hot
获取B站热门内容
bilibili-video-detail
获取B站视频详情信息
bilibili-user-info
获取UP主基本信息
bilibili-user-stat
获取UP主统计信息(粉丝数、关注数等)
bilibili-user-videos

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Google Play Console MCP Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "google-play-console-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-play-console-mcp"
      ]
    }
  }
}
Bilibili Mcp Js Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "34892002-bilibili-mcp-js": {
      "command": "npx",
      "args": [
        "bilibili-mcp-js"
      ],
      "env": {
        "OPENAI_API_KEY": "YOUR_OPENAI_API_KEY_HERE",
        "TRANSPORT": "YOUR_TRANSPORT_HERE",
        "PORT": "YOUR_PORT_HERE"
      }
    }
  }
}

Frequently Asked Questions

Google Play Console MCP is categorized under Browser Automation and uses a local stdio subprocess. In contrast, Bilibili Mcp Js belongs to Browser Automation using local stdio subprocess. Select Google Play Console MCP when you need capabilities focused on browser automation and Bilibili Mcp Js when you require tools for browser automation.

More alternatives to Google Play Console MCPMore alternatives to Bilibili Mcp JsBrowser Automation category hubCanonical compare URL

Related MCP Server Comparisons

Popular comparisons with Google Play Console MCP

  • Browser Use logoGoogle Play Console MCP vs Browser Use
  • Yutu logoGoogle Play Console MCP vs Yutu
  • G
    Google Play Console MCP vs Google Surf Mcp
  • Playwright Plus Python Mcp logoGoogle Play Console MCP vs Playwright Plus Python Mcp

Popular comparisons with Bilibili Mcp Js

Quality signal27/100 (Emerging)65/100 (Great)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementNo auth requiredAPI Key required
Pricing ModelFree / Open SourceBYOK (Pay Provider Direct)
Required Env VarsNone required
OPENAI_API_KEYTRANSPORTPORT
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · lownpx · high
Engagement & Health 0 views 0 copies 0 upvotes 5 views 0 copies 0 upvotes 188 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Google Play Console MCP ListingView Bilibili Mcp Js Listing
暂不支持-获取UP主视频列表
bilibili-user-complete
获取UP主完整信息(包含基本信息和统计信息)
bilibili-bangumi-timeline
获取B站番剧时间表,支持查询指定时间范围内的番剧播出信息
Playwright Plus Python Mcp logo
Bilibili Mcp Js vs Playwright Plus Python Mcp
  • Mcp Server Youtube Transcript logoBilibili Mcp Js vs Mcp Server Youtube Transcript
  • Browser Use Mcp Server logoBilibili Mcp Js vs Browser Use Mcp Server
  • Playwright Mcp logoBilibili Mcp Js vs Playwright Mcp