Skip to content
Grok

meta data mcp for Grok

io.github.derekslinz/meta-data-mcp

Query 76 open data APIs — government, science, finance, environment, and more.

client:Grok transport:stdio runtime:pypi

Install meta data mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "meta-data-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "meta-data-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

meta data mcp in other clients