MCP AEMPS — CIMA for Grok
io.github.romanpert/mcp-aemps
MCP server for the Spanish AEMPS CIMA pharmaceutical registry (20,000+ authorised medicines).
client:Grok
transport:stdio
runtime:pypi
Install MCP AEMPS — CIMA in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-aemps": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-aemps"
],
"env": {
"PORT": "<PORT>",
"LOG_LEVEL": "<LOG_LEVEL>",
"REDIS_URL": "<REDIS_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs