A Model Context Protocol (MCP) server for the mapi cli.
We recommend building and running the server as a docker container. To build:
docker build -t mcp-server-mapi .Invoke the MCP server as follows:
docker run -i mcp-server-mapi uv run mcp-server-mapi mcpIf you're running in local dev mode, you can skip the docker part and just invoke uv.
If you're using Claude Desktop you can hook the MCP server to it using the claude_desktop_config.json file - just make sure you include your API token in it.