MCP.so
登录

MCP Eagle Server

@olegshilin

关于 MCP Eagle Server

MCP server for Eagle app

基本信息

分类

其他

传输方式

stdio

发布者

olegshilin

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

1

Check Eagle app connection status

概览

What is MCP Eagle Server?

MCP Eagle Server is a Model Context Protocol (MCP) server for interfacing with the Eagle app.

How to use MCP Eagle Server?

Install dependencies with npm install, build with npm run build, and start with npm start. For Claude Desktop, add the server to the MCP servers configuration in claude_desktop_config.json with the command node and the path to the built index.js.

Key features of MCP Eagle Server

  • Provides an MCP interface to the Eagle app.

Use cases of MCP Eagle Server

FAQ from MCP Eagle Server

What tools does MCP Eagle Server expose?

The server exposes one tool: eagle-status, which checks the status of the Eagle app.

How do I install MCP Eagle Server?

Run npm install to install dependencies, then npm run build to compile the server.

How do I run MCP Eagle Server?

Start the server with npm start after building.

How do I configure MCP Eagle Server with Claude Desktop?

Add an entry to claude_desktop_config.json under mcpServers with the key eagle, using node as the command and the path to the built index.js as the argument.

Does MCP Eagle Server have any runtime requirements?

The README does not specify additional runtime requirements beyond Node.js (needed to run node).

评论

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