Odel
MCP AEMPS — CIMA

MCP AEMPS — CIMA

Local
@romanpert1PythonUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-aempsv0.5.0

Run

uvx mcp-aemps

MCP client config

{
  "mcpServers": {
    "mcp-aemps-cima": {
      "command": "uvx",
      "args": [
        "mcp-aemps"
      ]
    }
  }
}