Payman AI MCP Server
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
- [Node.js](https://nodejs.org/) (v14 or higher)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)
Installation
- Clone the repository:
```bash
git clone https://github.com/hrishi0102/payman_mcp.git
```
- Install dependencies:
```bash
npm install
# OR
yarn install
```
Building the Project
Build the TypeScript code into JavaScript:
Checking Server
Check if the server is properly setup:
If everything is good, you can now add the Payman MCP server to any client.
- For Claude Desktop: [Here](https://modelcontextprotocol.io/quickstart/server#claude-for-desktop-integration-issues)
- For Cursor: [Here](https://docs.cursor.com/context/model-context-protocol)