paystack-mcp-server

PaystackOSS/paystack-mcp-server
★ 50 stars TypeScript 🤖 AI/LLM Updated today
Paystack's MCP Server for Agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "paystack-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "PaystackOSS/paystack-mcp-server"
      ]
    }
  }
}