MCP.so
Sign In

MCP Eagle Server

@olegshilin

About MCP Eagle Server

MCP server for Eagle app

Basic information

Category

Other

Transports

stdio

Publisher

olegshilin

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

1

Check Eagle app connection status

Overview

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).

Comments

More Other MCP servers