Connecting to Afriex MCP Server
To connect your AI assistant (e.g., Claude, Cursor) with the Afriex MCP server and utilize its features for cross-border payments and other financial operations, follow these steps:
1. Setting Up the MCP Server Connection
You can connect to the Afriex MCP server in several ways depending on the tool you're using.
For Claude:
- Add the following configuration to your
.claudia/settings.jsonfile or via the CLI command:
json1{ 2 "mcpServers": { 3 "afriex": { 4 "url": "https://mcp.afriex.com/mcp", 5 "headers": { 6 "x-afriex-api-key": "your-api-key", 7 "x-afriex-environment": "development" 8 } 9 } 10 } 11}
For Cursor:
- Add the following configuration to your
.cursor/mcp.jsonfile:
json1{ 2 "mcpServers": { 3 "afriex": { 4 "url": "https://mcp.afriex.com/mcp", 5 "headers": { 6 "x-afri 7 8[Read the full article at DEV Community](https://dev.to/afriex/build-cross-border-payment-ai-agents-with-the-afriex-mcp-server-2l5j) 9 10--- 11 12**Want to create content about this topic?** [Use Nemati AI tools](https://nemati.ai) to generate articles, social posts, and more.

![[AINews] The Unreasonable Effectiveness of Closing the Loop](/_next/image?url=https%3A%2F%2Fmedia.nemati.ai%2Fmedia%2Fblog%2Fimages%2Farticles%2F600e22851bc7453b.webp&w=3840&q=75)



