mcp stone for Cline
io.github.codespar/mcp-stone
MCP server for Stone — open banking, payments, Pix, transfers
client:Cline
transport:stdio
runtime:npm
Install mcp stone in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-stone": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-stone"
],
"env": {
"STONE_CLIENT_SECRET": "<STONE_CLIENT_SECRET>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs