AWS MCP Servers — helping you get the most out of AWS, wherever you use MCP.
An MCP (Model Context Protocol) server for the Local Falcon API, implemented in TypeScript, using the official MCP SDK. This server exposes Local Falcon reporting capabilities as MCP tools, enabling integration with agentic AI systems and workflows.
mkdir lf-mcp
cd lf-mcp
npm i @local-falcon/mcp
For MacOS/Unix use the following format:
{
"mcpServers": {
"local-falcon-mcp": {
"command": "node",
"args": ["/Users/YOUR_USERNAME/lf-mcp/node_modules/@local-falcon/mcp/dist/index.js"],
"env": {
"LOCALFALCON_API_KEY": "INSERT_YOUR_API_KEY_HERE"
}
}
}
}
For Windows use the following format:
{
"mcpServers": {
"local-falcon-mcp": {
"command": "node",
"args": ["C:\Users\YOUR_USERNAME\lf-mcp\node_modules\@local-falcon\mcp\dist\index.js"],
"env": {
"LOCALFALCON_API_KEY": "INSERT_YOUR_API_KEY_HERE"
}
}
}
}
For all platforms use the following format:
{
"mcpServers": {
"local-falcon-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.localfalcon.com/sse?local_falcon_api_key=INSERT_YOUR_API_KEY_HERE"
]
}
}
}
For Claude Max/Team users you unlock a greater MCP tool call limit. This must be enabled by appending the is_pro=true in the query string of the URL. For example:
{
"mcpServers": {
"local-falcon-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.localfalcon.com/sse?local_falcon_api_key=INSERT_YOUR_API_KEY_HERE&is_pro=true"
]
}
}
}
If connecting to Claude integrations:
Local Falcon MCPBuild (necessary to run in local MCP host applications):
bun run build
Run MCP Inspector:
bun run inspector
Run MCP Server:
Run one of the following:
bun run start
bun run start:sse
bun run start:stdio
Note: if sse is not specified, the server will default to stdio.
MIT
Audius Mcp Atris
Model Context Protocol server for Audius. Perform market research, purchase premium tracks, upload songs, and much more!
Osm Mcp
Model Context Protocol server for OpenStreetMap data
Esxi Mcp Server
A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management.
A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
A Model Context Protocol (MCP) server for interacting with the OneSignal API