Skip to content
Cursor

ManaBuy MCP Server for Cursor

io.github.manabuyteam/manabuy-mcp

ManaBuy MCP server for product search, order quote, and AI-assisted ordering.

client:Cursor transport:stdio runtime:npm

Install ManaBuy MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "manabuy-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@manabuy/mcp-server"
      ],
      "env": {
        "MANABUY_API_BASE_URL": "<MANABUY_API_BASE_URL>",
        "MANABUY_ENVIRONMENT": "<MANABUY_ENVIRONMENT>",
        "MANABUY_CURRENCY": "<MANABUY_CURRENCY>",
        "MANABUY_LANG": "<MANABUY_LANG>",
        "MANABUY_BIZ_CHANNEL": "<MANABUY_BIZ_CHANNEL>",
        "MANABUY_AUTH_TOKEN": "<MANABUY_AUTH_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ManaBuy MCP Server in other clients