P
Paystack MCP Server
Details
- Transport
- stdio
- Command
-
npx @paystack/mcp-server --api-key sk_test_your_key_here - Docs
- https://paystack.com/docs/developer-tools/mcp-server/
Authentication
$ npx @paystack/mcp-server --api-key <sk_test_key> Create or log in to your Paystack account in the Paystack Dashboard. In your dashboard, generate or copy your integration secret key and use it as a bearer token in API clients. The docs state that Paystack API calls are authenticated with secret keys and examples use Authorization: Bearer YOUR_SECRET_KEY. For MCP, the docs specifically require a test secret key (sk_test_*).