MorgenMCP

k3KAW8Pnf7mkmdSMPHz27/MorgenMCP
★ 1 stars Python 🔌 API Integration Updated 1d ago
MCP server for Morgen calendar API - manage calendars and events via Claude Desktop
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "morgenmcp": {
      "command": "uvx",
      "args": [
        "morgenmcp"
      ]
    }
  }
}

Or install with pip: pip install morgenmcp

README Excerpt

An MCP server for the [Morgen](https://morgen.so) calendar API. - [uv](https://github.com/astral-sh/uv) - Install with `brew install uv` - A Morgen API key - Get one from [Morgen Developer Portal](https://platform.morgen.so/developers-api) No installation required! MCP clients run the server directly from GitHub.

Topics

calendarfastmcpmcpmcp-servermorgenpython