Skip to content
Cline

MCP AEMPS — CIMA for Cline

io.github.romanpert/mcp-aemps

MCP server for the Spanish AEMPS CIMA pharmaceutical registry (20,000+ authorised medicines).

client:Cline transport:stdio runtime:pypi

Install MCP AEMPS — CIMA in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-aemps": {
      "command": "uvx",
      "args": [
        "mcp-aemps"
      ],
      "env": {
        "PORT": "<PORT>",
        "LOG_LEVEL": "<LOG_LEVEL>",
        "REDIS_URL": "<REDIS_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

MCP AEMPS — CIMA in other clients