MCP.so
登录
E

Earscribe Mcp Server

@rocnubie

关于 Earscribe Mcp Server

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

rocnubie

提交者

Chen Roc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "earscribe-mcp": {
      "command": "node",
      "args": [
        "/absolute/path/to/earscribe-mcp/src/index.mjs"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Earscribe Mcp Server?

A Model Context Protocol server that exposes the canonical EarScribe knowledge surface — local‑first AI workflows, FAQ, and official links — to MCP‑compatible AI clients like Claude Desktop, Cursor, Windsurf, and Continue. It is read‑only, requires no API keys or quota, and has a ~50 ms cold start.

How to use Earscribe Mcp Server?

Install via Smithery (npx -y @smithery/cli install earscribe-mcp --client claude) or clone the repository and install from source, then add the server to your MCP client configuration file. Use npx @modelcontextprotocol/inspector node src/index.mjs to debug.

Key features of Earscribe Mcp Server

  • Read‑only access, no API keys or quota needed
  • Zero‑configuration setup via Smithery
  • Exposes tools for local‑setup guidance and official links
  • Provides resources for local‑setup notes, FAQ, and canonical URLs
  • Includes prompts to summarize EarScribe and walk through local setup
  • Uses stdio transport for secure local communication

Use cases of Earscribe Mcp Server

  • Quickly retrieve EarScribe’s local‑first setup instructions inside an AI coding assistant
  • Share official EarScribe links (website, support, docs) without manual browsing

评论

其他 分类下的更多 MCP 服务器