MCP server for Mireye Earth — published source of the mireye-mcp PyPI package (snapshot-synced from a private monorepo)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mireye-earth-mcp": {
"command": "npx",
"args": [
"-y",
"Mireye-Labs/mireye-earth-mcp"
]
}
}
}
Run in terminal:
claude mcp add mireye-earth-mcp npx -y Mireye-Labs/mireye-earth-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"mireye-earth-mcp": {
"command": "npx",
"args": [
"-y",
"Mireye-Labs/mireye-earth-mcp"
]
}
}
}