Skip to content
VS Code

figshare mcp for VS Code

io.github.mrfentmen/figshare-mcp

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

client:VS Code transport:stdio runtime:npm

Install figshare mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "figshare-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "figshare-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

figshare mcp in other clients