Skip to content
Grok

package-meta for Grok

io.github.weiseer/package-meta

npm/PyPI/Cargo package metadata + downloads + maintainer health.

client:Grok transport:stdio runtime:npm

Install package-meta in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "package-meta": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/package-meta-mcp"
      ],
      "env": {
        "PKG_META_URL": "<PKG_META_URL>",
        "PKG_META_LOCAL_ONLY": "<PKG_META_LOCAL_ONLY>"
      }
    }
  }
}

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

package-meta in other clients