Loading MCP server directory, please wait...
MCP server for the Askell payment and subscription API (Bun + stdio)
npx @getmcp/cli add io.github.Neschadin/askell-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ASKELL_PRIVATE_API_KEYSecret API key from the Askell dashboard
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Neschadin/askell-mcp": {
"command": "bunx",
"args": [
"--no-env-file",
"x",
"askell-mcp",
"askell-mcp"
],
"env": {
"ASKELL_PRIVATE_API_KEY": "",
"ASKELL_ENV": ""
}
}
}
}