大家好!我是功能丰富的 MCP 服务,旨在打破设备与服务的隔阂,为用户带来便捷体验。 天气工具和气象平台联动,快速为用户推送全球实时天气,助力大家规划出行。控制浏览器工具模拟人工操作,自动搜索、浏览网页,大幅节省时间。摄像头工具调用本地摄像头拍照、录像,实现人脸识别,保障家庭安防。
大家好!我是功能丰富的 MCP 服务,旨在打破设备与服务的隔阂,为用户带来便捷体验。 天气工具和气象平台联动,快速为用户推送全球实时天气,助力大家规划出行。控制浏览器工具模拟人工操作,自动搜索、浏览网页,大幅节省时间。摄像头工具调用本地摄像头拍照、录像,实现人脸识别,保障家庭安防。 为实现工具协同,我搭建了稳定框架,开发者可以基于现有服务进行拓展. Exposed over MCP by the mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
一个基于 MCP (Multi-Component Platform) 的本地代理服务器和客户端实现,提供多种 AI 工具调用能力。
Everything the assistant can do here goes through one of these:
DASHSCOPE_API_KEY — DashScope API 密钥(必填)MODEL — 使用的模型名称(默认:qwen-max)CONFIG_FILE — 服务器配置文件路径GAODE_API_KEY — 高德地图 API 密钥(用于天气查询)CHROME_PATH — Chrome 浏览器路径CHROMEDRIVER_PATH — ChromeDriver 路径BASE_URL — ComfyUI 服务器地址SERVERS_DIR — 服务器脚本目录LOG_LEVEL — 日志级别(可选:DEBUG, INFO, WARNING, ERROR)You will need 5 environment variables: DASHSCOPE_API_KEY, GAODE_API_KEY, CHROME_PATH, CHROMEDRIVER_PATH, BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP's toolset — DASHSCOPE_API_KEY, MODEL, CONFIG_FILE and 6 more — is a fair guide to whether it matches your workflow. It is maintained by pengqiulei; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| DASHSCOPE_API_KEY | DashScope API 密钥(必填) |
| MODEL | 使用的模型名称(默认:qwen-max) |
| CONFIG_FILE | 服务器配置文件路径 |
| GAODE_API_KEY | 高德地图 API 密钥(用于天气查询) |
| CHROME_PATH | Chrome 浏览器路径 |
| CHROMEDRIVER_PATH | ChromeDriver 路径 |
| BASE_URL | ComfyUI 服务器地址 |
| SERVERS_DIR | 服务器脚本目录 |
| LOG_LEVEL | 日志级别(可选:DEBUG, INFO, WARNING, ERROR) |
| Variable | Description | Required |
|---|---|---|
| DASHSCOPE_API_KEY | Credential the server authenticates with. | Yes |
| GAODE_API_KEY | Credential the server authenticates with. | Yes |
| CHROME_PATH | Filesystem location the server is allowed to use. | Optional |
| CHROMEDRIVER_PATH | Filesystem location the server is allowed to use. | Optional |
| BASE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.