AppSumo Docs MCP
@5h0ov
About AppSumo Docs MCP
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"appsumo-docs": {
"command": "npx",
"args": [
"-y",
"appsumo-docs-mcp"
]
}
}
}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 AppSumo Docs MCP?
AppSumo Docs MCP is an unofficial MCP server that provides access to the official AppSumo licensing documentation. It exposes all documentation pages as resources and includes a keyword search tool, designed for developers working with AppSumo's licensing API.
How to use AppSumo Docs MCP?
Use AppSumo Docs MCP with any MCP client by adding a server entry that runs npx -y appsumo-docs-mcp. No configuration is needed because the docs are bundled in the npm package. For Claude Code, run claude mcp add --transport stdio appsumo-docs -- npx -y appsumo-docs-mcp; for Claude Desktop, edit the claude_desktop_config.json file.
Key features of AppSumo Docs MCP
- Exposes all AppSumo licensing docs as MCP resources.
- Keyword search tool
search_appsumo_docswith surrounding context. - Docs scraped weekly and bundled into each npm release.
- Requires no configuration or API keys.
- Unofficial community-built tool, not affiliated with AppSumo.
Use cases of AppSumo Docs MCP
- Retrieve specific AppSumo licensing documentation pages in an AI assistant.
- Search across all licensing docs for relevant keywords during development.
- Integrate AppSumo licensing docs into Claude, Cursor, or other MCP clients.
FAQ from AppSumo Docs MCP
What documentation does AppSumo Docs MCP provide?
It provides all pages from the official AppSumo licensing documentation (docs.licensing.appsumo.com), scraped and bundled as MCP resources.
Does AppSumo Docs MCP require any API keys or configuration?
No. The documentation is pre‑bundled in the npm release, so there is nothing to configure. Just add the server entry to your MCP client.
How often are the docs updated?
Docs are scraped weekly via a GitHub Actions workflow. If any changes are detected, a new patch version is published to npm.
Is AppSumo Docs MCP an official tool?
No. It is an unofficial, community‑built tool and is not affiliated with or endorsed by AppSumo.
Which MCP clients does AppSumo Docs MCP support?
It can be used with Claude Code, Claude Desktop, Cursor, Antigravity, and OpenCode, with configuration examples provided for each.
More Memory & Knowledge MCP servers
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Comments