Catalog
io.github.djautomd-lab/aipaygent
OfficialAiPayGent — Claude AI Tools
Claude-powered AI tools: research, write, code, analyze, translate, debate, pitch, score, and more.
Multi-purpose AI tools for research, writing, coding, analysis, and communication.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
ANTHROPIC_API_KEYrequiredsecretYour Anthropic API key
claude_desktop_config.json
{
"mcpServers": {
"aipaygent": {
"command": "uvx",
"args": [
"aipaygent-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}