Prolific Mcp Server
@prolific-oss
Prolific Mcp Server について
A Model Context Protocol server bridging LLM agents to the Prolific public API. Built with FastMCP.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"prolific": {
"command": "uvx",
"args": [
"prolific-mcp"
],
"env": {
"PROLIFIC_TOKEN": "your_token_here"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント