PluginBench
MCP Server

Cure Cancer With AI MCP Server

io.github.hifarrer/cure-cancer-with-ai

What is the Cure Cancer With AI MCP server?

Free oncology data (research, trials, FDA approvals, news) plus IBM MAMMAL biomedical predictions.

How to install Cure Cancer With AI

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    API key as a Bearer token: 'Bearer ccw_live_YOUR_KEY'. Free key at curecancerwithai.com/api-keys.

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cure-cancer-with-ai": {
      "url": "https://www.curecancerwithai.com/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cure-cancer-with-ai": {
      "serverUrl": "https://www.curecancerwithai.com/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cure-cancer-with-ai": {
      "type": "http",
      "url": "https://www.curecancerwithai.com/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "cure-cancer-with-ai": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.curecancerwithai.com/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http cure-cancer-with-ai https://www.curecancerwithai.com/api/mcp

Related MCP servers

Hosted MCP tools for FFmpeg-style video and audio processing through FFMPEG API.

View repository →