What is the NordicMCP — Stripe MCP server?
Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.
How to install NordicMCP — Stripe
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"stripe": {
"url": "https://nordicmcp.eu/mcp/stripe/{token}"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"stripe": {
"serverUrl": "https://nordicmcp.eu/mcp/stripe/{token}"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"stripe": {
"type": "http",
"url": "https://nordicmcp.eu/mcp/stripe/{token}"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nordicmcp.eu/mcp/stripe/{token}"
]
}
}
}Claude Code
claude mcp add --transport http stripe https://nordicmcp.eu/mcp/stripe/{token}Related MCP servers
Hosted Fortnox MCP server: ~120 tools over Fortnox API v3. OAuth2 handled by NordicMCP.
View repository →Hosted Gmail MCP server: read, search, and manage messages. Google OAuth2 handled by NordicMCP.
View repository →Hosted Weather MCP server (Open-Meteo): current, forecast, and historical weather by location.
View repository →