MCP Server for the Edgee API, enabling organization management, project operations, component management, and user administration through the Model Context Protocol.
https://github.com/edgee-cloud/mcp-server-edgeeManaging edge infrastructure shouldn't require jumping between your AI assistant and the Edgee Cloud console. This MCP server bridges that gap, giving Claude direct access to your entire Edgee account through 30+ comprehensive tools.
You're already using Claude for development tasks, but every time you need to check project stats, invite team members, or deploy components, you're breaking flow to open another tab. This server eliminates that friction entirely.
Instead of explaining what you need and getting generic advice, you can have Claude directly:
This isn't a lightweight integration - it's comprehensive access to your entire Edgee platform:
Organization Management
Project Operations
Component Management
User Administration
Infrastructure Auditing: "Show me all projects in my organization with their component counts and recent activity metrics." Claude pulls real data, not assumptions.
Team Onboarding: "Add these three developers to the marketing project with member access." Done in seconds without dashboard navigation.
Deployment Reporting: "Generate a summary of all component deployments this month across our projects." Claude accesses actual deployment data and usage statistics.
Component Discovery: "Find all analytics components we could use for the e-commerce project." Claude searches both public and organizational component libraries.
Getting started takes under 2 minutes. Create your Edgee Personal Access Token, then add this to your Claude Desktop config:
{
"mcpServers": {
"edgee": {
"command": "npx",
"args": ["-y", "@edgee/mcp-server-edgee"],
"env": {
"EDGEE_TOKEN": "your_token_here"
}
}
}
}
No complex setup, no additional services to run. The NPX approach means you're always using the latest version without manual updates.
This server handles the complexity of the Edgee API while providing clean error messages and type safety. Built with TypeScript and Zod validation, it gracefully handles API rate limits, permission issues, and network problems.
The tool naming follows a consistent edgee-actionResource pattern, making it intuitive for Claude to understand what's available and when to use each tool.
Edge infrastructure management is inherently complex - multiple projects, components, domains, and team members across different organizations. Having Claude as your infrastructure assistant, with real-time access to your actual Edgee data, transforms how you interact with your edge platform.
Instead of describing what you think your infrastructure looks like, Claude works with what actually exists. Instead of manually cross-referencing project statistics with component versions, Claude does the analysis directly.
This server turns Claude into your Edgee infrastructure co-pilot, with complete visibility and control over your edge computing resources.