a day ago
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.
Server Config
{
"mcpServers": {
"prolific": {
"command": "uvx",
"args": [
"prolific-mcp"
],
"env": {
"PROLIFIC_TOKEN": "your_token_here"
}
}
}
}