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
Clone the repository:
git clone https://github.com/Vanshika-Rana/payman-mcp-server.gitNavigate to the project directory:
cd payman-mcp-serverInstall 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.
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-serverFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Payman with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
