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
{
"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