Autumn MCP Server
@SirTenzin
About Autumn MCP Server
A simple MCP server for https://useautumn.com
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"autumn-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@SirTenzin/autumn-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Autumn MCP Server?
Autumn MCP Server is an unofficial MCP server for Autumn, providing an interface to access the Autumn pricing API to manage your customers.
How to use Autumn MCP Server?
Install automatically via Smithery with npx -y @smithery/cli install @SirTenzin/autumn-mcp-server --client claude, or manually by cloning the repo, running bun install, and configuring the server with your API key using bun run {path to index.ts} --apiKey="{your api key}".
Key features of Autumn MCP Server
- Create customers
- Get customers by ID
- Get a customer’s entitlements
- Manage customer invoices
- Generate billing portal links
- Access Autumn’s OpenAPI.json specification
Use cases of Autumn MCP Server
- Manage customer pricing data through an AI interface
- Retrieve and view customer entitlement details
- Create and manage customer invoices programmatically
- Generate billing portal links for customers
FAQ from Autumn MCP Server
What does Autumn MCP Server do?
It provides an easy interface to the Autumn pricing API for managing customers, including entitlements, invoices, and billing portals.
How do I install Autumn MCP Server?
You can install it automatically via Smithery or manually by cloning the repository and running it with Bun.
What tools does Autumn MCP Server provide?
Tools include creating customers, getting customers by ID, retrieving entitlements, managing invoices, and generating billing portal links.
What are the runtime requirements for Autumn MCP Server?
You must have Bun installed to run this MCP server. You can use either a public or secret API key, though some features may not be accessible with the public key.
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Codelf
unbugA search tool helps dev to solve the naming things problem.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments