Payman AI Documentation MCP Server
MCP server, providing AI with access to the payman documentation
Overview
Payman AI Documentation MCP Server is a server that provides AI with access to Payman documentation, enabling developers to build integrations more efficiently.
To use the server, clone the repository from GitHub, install the necessary dependencies, build the project, and check if the server is set up correctly. Once running, it can be integrated with AI assistants like Claude or Cursor.
- Provides easy access to Payman AI's documentation for AI assistants. - Enhances the ability of AI to provide accurate information about Payman's capabilities. - Supports integration with popular AI assistants like Claude and Cursor.
- Assisting developers with integration questions related to Payman.
- Enabling AI assistants to provide real-time documentation access.
- Streamlining the development process for applications using Payman.
Add to your AI client
Use these steps to connect Payman AI Documentation MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"payman-doc-mcp-server-paymanai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-payman-doc-mcp-server-paymanai"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"payman-doc-mcp-server-paymanai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-payman-doc-mcp-server-paymanai"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"payman-doc-mcp-server-paymanai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-payman-doc-mcp-server-paymanai"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"payman-doc-mcp-server-paymanai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-payman-doc-mcp-server-paymanai"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"payman-doc-mcp-server-paymanai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-payman-doc-mcp-server-paymanai"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"payman-doc-mcp-server-paymanai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-payman-doc-mcp-server-paymanai"
]
}
}
}FAQ
What are the prerequisites for running the server?
You need Node.js (v14 or higher), npm or yarn, and Git installed on your machine.
Is there any official support for this server?
The server is community-driven and does not have official support, but documentation is provided for setup and usage.
Can I integrate this server with any AI assistant?
Yes, it is designed to work with AI assistants like Claude and Cursor.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2205,"uuid":"ada63fed-f4cb-40ae-939f-718871afcd37","name":"payman-doc-mcp-server","title":"Payman AI Documentation MCP Server","description":"MCP server, providing AI with access to the payman documentation","avatar_url":"https://avatars.githubusercontent.com/u/162772055?v=4","created_at":"2025-03-09T04:08:30.951Z","updated_at":"2025-03-12T10:19:32.290Z","status":"created","author_name":"PaymanAI","author_avatar_url":"https://avatars.githubusercontent.com/u/162772055?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/PaymanAI/payman-doc-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-07 19:11:36\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]