timeverse-plugin-search
Searches for skill packages and MCP servers from GitHub repositories
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@timeverse-plugin-searchSearch for MCP servers related to filesystem"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
timeverse-plugin-search
从 SkillHub、Smithery、MCP Registry、GitHub、魔搭社区、mcp.so、mcp.aibase.cn、mcpmarket.cn 及全网搜索等来源搜索可安装的技能包和 MCP 服务器的开放工具。
Tools
工具 | 描述 |
| 从 SkillHub、AI Skill Store、GitHub、魔搭社区、mcp.so、全网搜索等来源搜索技能包 |
| 从 Smithery、官方 MCP Registry、魔搭社区、mcp.so、mcp.aibase.cn、mcpmarket.cn、GitHub、全网搜索等来源搜索 MCP 服务器 |
| 列出所有配置的数据源 |
| 获取单个插件的详细信息 |
Related MCP server: MCP Hub Database Server
搜索策略
采用分层降级策略,默认只查快速源:
search_skills
层级 | 源 | 延时 | 默认是否启用 |
Tier 1 | SkillHub, AI Skill Store | ~1-2s | ✅ 总是启用 |
Tier 2 | GitHub, 魔搭社区 | ~+1-2s | ✅ 不足时自动降级 |
Tier 3 | mcp.so, 全网搜索 | ~+2-5s | 🔲 深度模式或结果不足时 |
search_mcp_servers
层级 | 源 | 延时 | 默认是否启用 |
Tier 1 | Smithery, 官方 Registry, 魔搭社区 | ~1-2s | ✅ 总是启用 |
Tier 2 | GitHub | ~+1-2s | ✅ 不足时自动降级 |
Tier 3 | mcp.so, mcp.aibase.cn, mcpmarket.cn, 全网搜索 | ~+3-8s | 🔲 深度模式或结果不足时 |
安装
pip install timeverse-plugin-search或从源码安装:
git clone https://github.com/timeverse-studio/timeverse-plugin-search.git
cd timeverse-plugin-search
pip install -e ".[dev]"使用
作为 CLI 工具
timeverse-plugin-search与 TimeVerse Studio 集成
在 TimeVerse Studio 的 MCP Server 配置中通过 JSON 添加,可一并传入环境变量:
{
"mcpServers": {
"timeverse-plugin-search": {
"command": "uvx",
"args": ["timeverse-plugin-search"],
"env": {
"GITHUB_TOKEN": "ghp_xxxxxxxxxxxxxxxxxxxx",
"SOURCES_CONFIG": "{\"sources\":[{\"id\":\"glama\",\"name\":\"Glama.ai\",\"type\":\"rest_api\"}]}"
}
}
}
}字段 | 说明 |
| 启动命令, |
| 传递给命令的参数 |
| (可选)传递给子进程的环境变量,优先级高于系统环境变量 |
env 字段中可设置的环境变量说明见下方配置章节。
配置
通过环境变量自定义配置:
# GitHub Token(提升 API 频率限制到 5000次/时)
GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxx
# 自定义数据源(合并模式)
SOURCES_CONFIG='{"sources":[{"id":"glama","name":"Glama.ai","type":"rest_api","enabled":true,"config":{"base_url":"https://glama.ai/api","endpoint":"/mcp/servers","query_param":"query"}}]}'
指定平台搜索
通过 source 参数可指定搜索平台:
用户: "帮我在 SkillHub 上搜一下翻译相关的技能包"
→ LLM 调用 search_skills(q="翻译", source="skillhub")
用户: "在官方 MCP Registry 上搜一下文件系统的"
→ LLM 调用 search_mcp_servers(q="filesystem", source="registry")搜索深度
通过 depth 参数控制搜索范围:
"quick"(默认):仅查 REST API 源,快速返回"deep":查所有源(含网页抓取和全网搜索),更全面
开发
pip install -e ".[dev]"
ruff check src/ tests/
ruff format src/ tests/
mypy src/
pytest -vLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Search and fetch AI agent skills, rules files and MCP servers indexed from GitHub.
41The MCP server that finds MCP servers. Aggregates Official Registry, Glama, and Smithery.
Search a nightly-refreshed directory of MCP servers by keyword, category or topic.
Discover 6,700+ MCP servers and 15,000+ OpenClaw skills. Agent-native search with outcome ranking.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables searching and retrieving detailed information about MCP servers from the official MCP registry. Provides tools to list servers with filtering options and get comprehensive details about specific servers.29 npm3MIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables querying and searching the MCP Hub database to discover MCP servers, view server details, find top servers by popularity or recency, and identify top contributors.-
- AlicenseNot gradedqualityDmaintenanceEnables discovery and querying of available MCP servers from the official repository. Supports searching by name, description, features, categories, and provides random server suggestions for exploration.15 npm3MIT
- AlicenseAqualityDmaintenanceAn MCP server for discovering Claude Code skills, plugins, and MCP servers by searching 15,000+ resources from 17 registries, GitHub, and the web with zero setup.36 npm3MIT