Use the Payabli MCP server
The Payabli MCP (Model Context Protocol) server connects your AI agents to Payabli’s documentation and SDK references. Set up the Payabli MCP server in your IDE or AI chat to get help with your Payabli integration.
For more information about the Model Context Protocol, visit the MCP docs.
If your AI agent supports MCP, you can set up the Payabli MCP Server to give your AI agent knowledge about Payabli’s APIs and SDK. The Payabli MCP server lets you:
- Get instant answers to questions about Payabli APIs, features, and implementation
- Search documentation without leaving your development environment
- Find code examples and best practices for common use cases
- Troubleshoot issues with guidance from our documentation and SDK references
- Write code that integrates your application with Payabli
Installation
To configure the Payabli MCP server, select your IDE or AI chat provider and follow the instructions.
Cursor
-
Open Cursor and open the
.cursor
directory in your project root. If it doesn’t exist, create it. This directory contains Cursor’s configuration files for your project. -
Open the
mcp.json
file in the.cursor
directory. If it doesn’t exist, create it. This file contains all MCP server configurations for your project. -
Add the following configuration to your
mcp.json
file:mcp.json -
Save the configuration file.
-
Restart Cursor.
Windsurf
Windsurf uses npm
to access the Payabli MCP server. You must have Node.js installed on your system. See Node.js installation instructions for more information.
-
Open Windsurf.
-
Navigate to the Cascade assistant sidebar.
-
Click the hammer (MCP) icon to access MCP settings.
-
Click Configure > View raw config.
-
Open the configuration file
~/.codeium/windsurf/mcp_config.json
. This file contains Windsurf’s global configuration for MCP servers. -
Add the following configuration to your
mcp_config.json
file:mcp_config.json -
Save the configuration file.
-
Click the Refresh button in the Cascade sidebar next to “available MCP servers”.
Claude Desktop
Claude Desktop uses npm
to access the Payabli MCP server. You must have Node.js installed on your system. See Node.js installation instructions for more information.
-
Open Claude Desktop.
-
Navigate to File > Settings on Windows or Settings on MacOS.
-
Navigate to the Developer tab.
-
Click Edit Config.
-
Open the configuration file
claude_desktop_config.json
. This file manages all MCP servers for Claude Desktop. -
Add the following configuration to your
claude_desktop_config.json
file:claude_desktop_config.json -
Save the configuration file.
-
Restart Claude Desktop.
Usage
The Payabli MCP provides the following tools:
search-payabli-docs
- Searches Payabli’s official documentationask-question-about-payabli
- Searches Payabli’s SDK GitHub repository and other resources outside of the documentation
Your AI agent automatically selects the appropriate tool based on your question.