Submit

Prolific Mcp Server

@prolific-mcp

A Model Context Protocol server bridging LLM agents to the Prolific public API. Built with FastMCP. Listed on the official MCP Registry — discoverable from Claude Desktop, Cursor, Claude Code, and other MCP-aware clients. Exposes a small set of tools so an LLM can help a researcher design and launch a study on Prolific.

Tools

Server Config

{
  "mcpServers": {
    "prolific": {
      "command": "uvx",
      "args": [
        "prolific-mcp"
      ],
      "env": {
        "PROLIFIC_TOKEN": "your_token_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.