/ Diretório / Playground / Medical MCP
● Comunidade JamesANZ ⚡ Instantâneo

Medical MCP

por JamesANZ · JamesANZ/medical-mcp

Medical info MCP — queries FDA, WHO, PubMed, Google Scholar, RxNorm.

Medical info MCP — queries FDA, WHO, PubMed, Google Scholar, RxNorm.

Demo ao vivo

Como fica na prática

medical-mcp-jamesanz.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "medical-mcp-jamesanz": {
      "command": "npx",
      "args": [
        "-y",
        "medical-mcp-jamesanz"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "medical-mcp-jamesanz": {
      "command": "npx",
      "args": [
        "-y",
        "medical-mcp-jamesanz"
      ]
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "medical-mcp-jamesanz": {
      "command": "npx",
      "args": [
        "-y",
        "medical-mcp-jamesanz"
      ]
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "medical-mcp-jamesanz": {
      "command": "npx",
      "args": [
        "-y",
        "medical-mcp-jamesanz"
      ]
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "medical-mcp-jamesanz",
      "command": "npx",
      "args": [
        "-y",
        "medical-mcp-jamesanz"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "medical-mcp-jamesanz": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "medical-mcp-jamesanz"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add medical-mcp-jamesanz -- npx -y medical-mcp-jamesanz

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Medical MCP

Get started with Medical MCP

Quando usar: When you want to bring Medical MCP into your Claude workflow.

Fluxo
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Medical MCP to help me with a task.✓ Copiado

Resultado: Claude can interact with Medical MCP directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills