Stripe Agent Toolkit MCP Server
by Stripe
Stripe APIs for agentic payment, billing, and subscription flows.
About Stripe Agent Toolkit
The Stripe Agent Toolkit supports popular agent frameworks like OpenAI Agent SDK, LangChain, CrewAI, Vercel AI SDK, and MCP. Built directly on the Stripe Python and Node SDKs, offering function calling integration, context management for connected accounts, and middleware for metered billing. Supports customer, product, price, payment link, invoice, and refund management.
Tags
How to install Stripe Agent Toolkit
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"stripe-agent-toolkit": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-stripe-agent-toolkit"]
}
}
}Example shape only — see the repository for the canonical install command.
Related MCP servers in Developer Tools
Read and write GitHub repos, issues, PRs, and workflows.
Read and write local files inside an allowed directory.
Build, validate, and run n8n workflows programmatically.
Cloud browser automation for LLMs via Browserbase and Stagehand.