What is the Osf MCP server?
OSF (Open Science Framework, by the Center for Open Science) MCP.
How to install Osf
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"osf": {
"url": "https://gateway.pipeworx.io/osf/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"osf": {
"serverUrl": "https://gateway.pipeworx.io/osf/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"osf": {
"type": "http",
"url": "https://gateway.pipeworx.io/osf/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"osf": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/osf/mcp"
]
}
}
}Claude Code
claude mcp add --transport http osf https://gateway.pipeworx.io/osf/mcp