Hubble MCP Server
hubble_mcp
⚠️注意
目前仅在本地 VPN 环境中可用。
由于API偶尔可能会失败,您需要检查数据响应是否正常收到。
(如果点击Claude用作工具的消息,您可以检查API响应消息。)
设置你的环境
安装 Claude Desktop
安装 uv(hubble MCP 服务器是用 python 编写的)- https://modelcontextprotocol.io/quickstart/server#set-up-your-environment
视窗
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"如果某些安全程序的实时监控中
uv命令被拦截,请停止实时监控或者排除相关文件。MacOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
下载 Hubble MCP 服务器
https://github.com/ascentkorea/hubble_mcp/releases
下载zip文件后,解压(需要在下方设置文件中对应路径)
使用最新版本
发出 HUBBLE_API_KEY
Related MCP server: PostHog MCP Server
设置 claude_desktop_config.json 文件
Claude 桌面 > 文件 > 偏好设置 (Ctrl + ,) > 开发者 > 编辑偏好设置
修改json文件后需要重启Claude Desktop>File>Exit!
如果您使用的是 Mac,则需要 uv 可执行文件的绝对路径,请参阅下面的 Mac 示例。
{
"mcpServers": {
"hubble": {
"command": "uv",
"args": [
"--directory",
"<Hubble MCP Server 다운로드후 zip 파일 압축 해제후 data_api.py 파일 있는 경로>",
"run",
"data_api.py"
],
"env": {
"HUBBLE_API_KEY": "<HUBBLE_API_KEY>"
}
}
}
}示例 Windows 设置文件
{
"mcpServers": {
"hubble": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\XXXX\\Documents\\hubble\\hubble_mcp",
"run",
"data_api.py"
],
"env": {
"HUBBLE_API_KEY": "xxx-xxxx-xxxx-xxx"
}
}
}
}示例 MacOS/Linux 配置文件
{
"mcpServers": {
"hubble": {
"command": "/Users/XXX/.local/bin/uv",
"args": [
"--directory",
"/Users/XXX/workspace/hubble/hubble_mcp",
"run",
"data_api.py"
],
"env": {
"HUBBLE_API_KEY": "xxx-xxxx-xxxx-xxx"
}
}
}
}所提供工具(功能)的描述( https://hubble-data-api.ascentlab.io/ )
get_search_path:搜索路径 API
get_keyword_info:关键词的搜索量(月搜索量)、Google SERP 中出现的特征类型摘要、搜索意图(INCT)、韩国的性别/年龄比例
get_graph_info:关键词之间的关系信息
crawl_google_serp:Google SERP API
crawl_web_page:通用网页采集API
crawl_google_suggest_extension:Google Suggest API
crawl_google_trends:Google 趋势 API
Maintenance
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
- Alicense-qualityFmaintenanceA Python-based server that implements the Model Context Protocol to interface with Claude Desktop as an MCP client, supporting interaction through efficient memory management.1MIT

PostHog MCP Serverofficial
-license-quality-maintenanceA Model Context Protocol server that enables Claude Desktop users to interact directly with PostHog, allowing them to view projects and create annotations through natural language commands.10- AlicenseBqualityDmaintenanceAn educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server for integrating with various LLM clients like Claude Desktop.1162MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides Claude and other LLMs with read-only access to Hugging Face Hub APIs, enabling interaction with models, datasets, spaces, papers, and collections through natural language.1071MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ascentkorea/hubble_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server