drio
Open app

Autumn MCP Server

Source

A simple MCP server for

Catalog onlyCatalog onlySTDIO

Overview

Autumn MCP Server is an unofficial server designed to provide an easy interface for accessing the Autumn pricing API, allowing users to manage their customers effectively.

To use the Autumn MCP Server, you can install it automatically via Smithery or manually by cloning the repository and configuring it with your API key.

  • Create and manage customers - Retrieve customer details by ID - Access customer entitlements - Manage invoices and generate billing portal links - Access to OpenAPI.json specification for Autumn's API
  1. Managing customer accounts for businesses using Autumn.
  2. Automating billing processes through API integration.
  3. Accessing customer data for analytics and reporting.

Add to your AI client

Use these steps to connect Autumn MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "autumn-mcp-server-sirtenzin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-autumn-mcp-server-sirtenzin"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "autumn-mcp-server-sirtenzin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-autumn-mcp-server-sirtenzin"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "autumn-mcp-server-sirtenzin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-autumn-mcp-server-sirtenzin"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "autumn-mcp-server-sirtenzin": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-autumn-mcp-server-sirtenzin"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "autumn-mcp-server-sirtenzin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-autumn-mcp-server-sirtenzin"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "autumn-mcp-server-sirtenzin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-autumn-mcp-server-sirtenzin"
      ]
    }
  }
}

FAQ

Is Autumn MCP Server free to use?

Yes! Autumn MCP Server is free to use for everyone.

What programming language is used?

The server is built using TypeScript.

Do I need an API key to use the server?

Yes, an API key is required to access certain features.