- Home
- MCP servers
- MCP Eagle Server
MCP Eagle Server
- javascript
1
GitHub Stars
javascript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"olegshilin-mcp-eagle": {
"command": "node",
"args": [
"/path/to/mcp-eagle/build/index.js"
]
}
}
}You run an MCP server that enables the Eagle app to interact with your environment through the Model Context Protocol. This server lets you start Eagle-related MCP endpoints locally, so you can query status, trigger actions, and integrate Eagle into your automation and tooling.
How to use
You use this MCP server by running it locally and connecting your MCP client to the stdio process it starts. The server exposes Eagle-specific capabilities that you can invoke from your client to check connection status, request Eagle data, and perform actions supported by the Eagle app.
How to install
Prerequisites: you need Node.js and npm installed on your machine.
Install dependencies for the project.
Build the server.
Run the server.
Additional configuration and notes
{
"mcpServers": {
"eagle": {
"command": "node",
"args": ["/path/to/mcp-eagle/build/index.js"]
}
}
}
Available tools
eagle-status
Check Eagle app connection status