EdgarTools for Grok
io.github.dgunning/edgartools
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
client:Grok
transport:stdio
runtime:pypi
Install EdgarTools in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"edgartools": {
"type": "stdio",
"command": "uvx",
"args": [
"edgartools"
],
"env": {
"EDGAR_IDENTITY": "<EDGAR_IDENTITY>"
}
}
}
}
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