Skip to content
Grok

figshare mcp for Grok

io.github.mrfentmen/figshare-mcp

Search research articles and datasets on Figshare. No key required.

client:Grok transport:stdio runtime:npm

Install figshare mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "figshare-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "figshare-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

figshare mcp in other clients