MCP.so
Sign In
Servers

MCP Eagle Server

@olegshilin

MCP server for Eagle app

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

Tags

More from Other