MCP Eagle Server

by olegshilin

363 downloads
Not rated
GitHub

About

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

Details

Author
olegshilin
Downloads
363
Categories
Other

- Provides an MCP interface to the Eagle app.

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.

MCP Eagle Server

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

Setup

1. Install dependencies:

npm install

2. Build the server:

npm run build

3. Run the server:

npm start

Usage with Claude Desktop

Add this to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "eagle": {
      "command": "node",
      "args": ["/path/to/mcp-eagle/build/index.js"]
    }
  }
}

Available Tools

- eagle-status: Check Eagle app connection status

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.