tkassa mcp for Cursor
io.github.theyahia/tkassa-mcp
MCP server for T-Kassa (T-Bank/Tinkoff) payment API — payments, refunds. 5 tools. First MCP for T-K
client:Cursor
transport:stdio
runtime:npm
Install tkassa mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tkassa-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/tkassa-mcp"
],
"env": {
"TKASSA_TERMINAL_KEY": "<TKASSA_TERMINAL_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs