﻿---
title: "Stripe 远程 MCP"
filename: "~/.codex/config.toml"
canonical: /templates/mcp-stripe-remote/
---

# Stripe 远程 MCP

官方远程是 mcp.stripe.com，没有 /mcp 后缀。add 之后 mcp login stripe。受限密钥用 bearer_token_env_var。不要和 OAuth 混用。

```
[mcp_servers.stripe]
url = "https://mcp.stripe.com"
enabled = true

```
