payman mcp

Local 2025-09-01 00:20:17 0

A server that provides easy access to Payman AI's APIs, allowing users to create payees, search payees, send payments, and check balances using natural language prompts.


MCP server that provides easy way to Payman AI's API's and let's users create payees, search payees, send payments and get balances using prompts.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/hrishi0102/payman_mcp.git
  2. Install dependencies:

    npm install
    # OR
    yarn install

Building the Project

Build the TypeScript code into JavaScript:

npm run build
# OR
yarn build

Checking Server

Check if the server is properly setup:

node /ABSOLUTE/PATH/TO/PARENT/FOLDER/payman-mcp/build/payman-server.js

If everything is good, you can now add the Payman MCP server to any client.

  • For Claude Desktop: Here
  • For Cursor: Here