Skip to content
Cursor

figshare mcp for Cursor

io.github.mrfentmen/figshare-mcp

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

client:Cursor transport:stdio runtime:npm

Install figshare mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

figshare mcp in other clients