Autumn MCP Server

by MCP-Mirror

372 downloads
Not rated
GitHub

About

Autumn MCP Server is an unofficial MCP server for the Autumn pricing API. It provides an easy interface to manage your customers, their entitlements, invoices, and billing portals through AI assistants.

Details

Author
MCP-Mirror
Downloads
372
Categories
Other

- Create customers
- Get customers by ID
- Retrieve customer entitlements
- Manage invoices
- Generate billing portal links
- Access Autumn’s OpenAPI specification
- AI Builder prompt for tools like Lovable and Bolt.new

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Autumn MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install automatically via Smithery (npx -y @smithery/cli install @SirTenzin/autumn-mcp-server --client claude) or manually by cloning the repo, running bun install, and adding the absolute path to index.ts with your API key to your AI app's configuration. The server supports Claude, Cursor, Windsurf, Witsy, Enconvo, Goose, and SpinAI.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "autumn mcp server": {
            "SirTenzin_autumn-mcp-server": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli",
                    "install",
                    "@SirTenzin/autumn-mcp-server",
                    "--client",
                    "claude"
                ]
            }
        }
    }
}

McpServers

{
    "SirTenzin_autumn-mcp-server": {
        "command": "npx",
        "args": [
            "-y",
            "@smithery/cli",
            "install",
            "@SirTenzin/autumn-mcp-server",
            "--client",
            "claude"
        ]
    }
}

Autumn MCP Server

smithery badge

This is an unofficial MCP server for Autumn. It provides an easy interface to access the Autumn pricing API to manage your customers.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.