Skip to content

ShihaoDevLab/easinote-mcp-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

EasiNote MCP Guide

TODO...

以下是旧版内容。


easinote-mcp-guide

本文主要讲述关于希沃白板的 MCP 功能。

有关技术细节,请自行反编译【希沃白板安装目录】\EasiNote5_5.2.4.xxxx\Main\EasiNote.McpServer.dll

希沃官方 Agent:敬请期待超能小希。

启用方法

  1. 创建文件夹:%APPDATA%\Seewo\SeewoAIVoiceAssistant\McpServers

此时系统会创建一个配置文件(见下)。

  1. 查看文件%APPDATA%\Seewo\SeewoAIVoiceAssistant\McpServers\EasiNote.mcp.json

它应该长这样:

{
  "names": [
    "EasiNote"
  ],
  "description": "\u5E0C\u6C83\u767D\u677F 5",
  "servers": [
    {
      "type": "http",
      "pid": 114514, // 这里可能不同,但不重要
      "processName": "EasiNote.exe",
      "url": "http://127.0.0.1:11451/mcp" // 记下这一行,很重要!端口号是随机的
    }
  ]
}
  1. 将此链接复制到你的 AI 客户端。

配置如下:(以 Qwen Desktop 为例)

Config

已知问题

根本连不上。

Error

About

希沃白板MCP相关

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors