Skip to content
Cursor

Apixies Developer API Suite for Cursor

io.apixies/mcp-server

50 developer utility APIs as tools: SSL, DNS, WHOIS, email checks, HTML to PDF, sitemaps and more.

client:Cursor transport:stdio runtime:npm

Install Apixies Developer API Suite 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": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@apixies/mcp-server"
      ],
      "env": {
        "APIXIES_API_KEY": "<APIXIES_API_KEY>"
      }
    }
  }
}

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

Apixies Developer API Suite in other clients