eqsl mcp for Grok
io.github.qso-graph/eqsl-mcp
eQSL.cc MCP server. Inbox download, QSO verification, Authenticity Guaranteed status.
client:Grok
transport:stdio
runtime:pypi
Install eqsl mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"eqsl-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"eqsl-mcp"
]
}
}
}
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