EdgarParser MCP for Grok
io.github.henrysouchien/edgar-mcp
MCP stdio server for source-backed SEC EDGAR financial data from the hosted EdgarParser API.
client:Grok
transport:stdio
runtime:pypi
Install EdgarParser MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"edgar-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"edgar-mcp"
],
"env": {
"EDGAR_API_KEY": "<EDGAR_API_KEY>",
"EDGAR_API_URL": "<EDGAR_API_URL>",
"EDGAR_MCP_OUTPUT_DIR": "<EDGAR_MCP_OUTPUT_DIR>"
}
}
}
}
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