Content
# 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/)
- Git
## Installation
1. Clone the repository:
```bash
git clone https://github.com/hrishi0102/payman_mcp.git
```
2. Install dependencies:
```bash
npm install
# OR
yarn install
```
## Building the Project
Build the TypeScript code into JavaScript:
```bash
npm run build
# OR
yarn build
```
## Checking Server
Check if the server is properly setup:
```bash
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](https://modelcontextprotocol.io/quickstart/server#claude-for-desktop-integration-issues)
- For Cursor: [Here](https://docs.cursor.com/context/model-context-protocol)
Connection Info
You Might Also Like
valuecell
ValueCell is a community-driven, multi-agent platform for financial applications.
HexStrike AI
Enable AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+...
YC-Killer
A library of enterprise-grade AI agents designed to democratize artificial...
MuiceBot
Muice-Chatbot's Nonebot2 Implementation | Supports calling mainstream large...
solana-mcp
Solana Agent Kit MCP Server
gemini-desktop
The MCP Gemini Electron App is a cross-platform desktop application that...