Prolific Mcp Server
@prolific-oss
About Prolific Mcp Server
A Model Context Protocol server bridging LLM agents to the Prolific public API. Built with FastMCP.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"prolific": {
"command": "uvx",
"args": [
"prolific-mcp"
],
"env": {
"PROLIFIC_TOKEN": "your_token_here"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Prolific Mcp Server?
Prolific Mcp Server is a Model Context Protocol (MCP) server that bridges LLM agents to the Prolific public API, enabling AI assistants to help researchers design and launch studies. It is built with FastMCP and listed on the official MCP Registry for discovery by Claude Desktop, Cursor, Claude Code, and other MCP-aware clients.
How to use Prolific Mcp Server?
Install and run using uvx prolific-mcp or from a local checkout with uv run prolific-mcp. Set the PROLIFIC_TOKEN environment variable with a Prolific API token. The server defaults to stdio but can also run over streamable HTTP using the --http flag, with optional --host / --port overrides. Most MCP clients accept the standard command / args / env configuration.
Key features of Prolific Mcp Server
- Bridges LLM agents to the Prolific public API.
- Exposes tools such as
get_filters,create_filter_set,publish_study, and more. - Supports stdio and streamable HTTP transports.
- Configurable via environment variables
PROLIFIC_TOKENandPROLIFIC_URL. - Published as a
.mcpbbundle for easy installation in Claude Desktop. - No sandbox mode –
publish_studyspends real money on participants.
Use cases of Prolific Mcp Server
- An LLM helps a researcher design a study by filtering participant eligibility and estimating counts.
- An AI assistant creates and publishes a Prolific study draft on behalf of a user.
- A developer integrates study management into an automated research pipeline via MCP clients.
- A researcher reviews existing studies and workspaces with natural language queries.
FAQ from Prolific Mcp Server
What tools does Prolific Mcp Server provide?
It provides tools like get_filters, get_filter_sets, create_filter_set, get_eligibility_count, list_workspaces, list_projects, list_studies, view_study, create_study, and publish_study.
How do I get a Prolific API token?
Create a token at https://app.prolific.com and set it as the PROLIFIC_TOKEN environment variable.
Is there a sandbox or test mode for the server?
No. The server uses the same production endpoint for all actions, so publishing a study spends real money immediately.
What transports are supported?
The server supports stdio (default) and streamable HTTP (use --http flag). It can be configured with --host and --port overrides.
What are the runtime requirements?
Python 3.11 or higher is required, along with a valid Prolific API token.
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Servers
modelcontextprotocolModel Context Protocol Servers
Comments