MCP AEMPS — CIMA for Claude Desktop
io.github.romanpert/mcp-aemps
MCP server for the Spanish AEMPS CIMA pharmaceutical registry (20,000+ authorised medicines).
client:Claude Desktop
transport:stdio
runtime:pypi
Install MCP AEMPS — CIMA in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-aemps": {
"command": "uvx",
"args": [
"mcp-aemps"
],
"env": {
"PORT": "<PORT>",
"LOG_LEVEL": "<LOG_LEVEL>",
"REDIS_URL": "<REDIS_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs