Skip to content

olegshilin/mcp-eagle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP Eagle Server

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

Setup

  1. Install dependencies:
npm install
  1. Build the server:
npm run build
  1. 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

About

MCP server for Eagle app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published