PluginBench
MCP Server

io.github.stayce/icf-mcp MCP Server

io.github.stayce/icf-mcp

What is the io.github.stayce/icf-mcp MCP server?

WHO ICF classification codes for health and disability. Lookup, search, browse via WHO API.

How to install io.github.stayce/icf-mcp

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "icf-mcp": {
      "url": "https://icf-mcp-server.staycek.workers.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "icf-mcp": {
      "serverUrl": "https://icf-mcp-server.staycek.workers.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "icf-mcp": {
      "type": "http",
      "url": "https://icf-mcp-server.staycek.workers.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "icf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://icf-mcp-server.staycek.workers.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http icf-mcp https://icf-mcp-server.staycek.workers.dev/mcp

Related MCP servers

WHO ICD-10/ICD-11 diagnosis codes. Lookup, search, chapters via official WHO API.

View repository →

CMS Medicare Part D drug spending and prescriber data. 2024 quarterly data.

View repository →

Shortcut project management. Create, update, search stories and manage workflows.

View repository →