Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Payman

FreeNot checked

Payman — Model Context Protocol server

GitHubEmbed

About

Payman — Model Context Protocol server

README

MCP server that provides easy access to Payman AI's documentation and helps developers build integrations more efficiently.

Overview

This repository contains the source code for a Payman documentation MCP server. This server allows AI assistants like Claude or Cursor to access Payman's documentation to help developers with their integration questions. By running this server locally, you can enhance your AI assistant's ability to provide accurate and helpful information about Payman's capabilities.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/Vanshika-Rana/payman-mcp-server.git
    
  2. Navigate to the project directory:

    cd payman-mcp-server
    
  3. 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-server/build/index.js

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

  • For Claude Desktop: Here
  • For Cursor: Here

from github.com/Vanshika-Rana/payman-mcp-server

Installing Payman

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Vanshika-Rana/payman-mcp-server

FAQ

Is Payman MCP free?

Yes, Payman MCP is free — one-click install via Unyly at no cost.

Does Payman need an API key?

No, Payman runs without API keys or environment variables.

Is Payman hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Payman in Claude Desktop, Claude Code or Cursor?

Open Payman on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Payman with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs