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.
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
Comments