Hi everyone,
Not sure if this is the best place to post this, but it was the first that came to mind. I’d like to introduce TaskBeacon, which may be of interest to the NeuroStars community, especially for those using cognitive tasks with neuroimaging tools.
TaskBeacon is an open, community-driven platform for building, sharing, and adapting standardized cognitive tasks.
It combines:
-
TAPS – a modular structure for organizing task components (think it as task-BIDS)
-
PsyFlow – a lightweight Python framework built on PsychoPy
-
GitHub-based workflows – for versioning, collaboration, and task sharing
Over 13 tasks are already available for free, including SST, MID, dot-probe, and resting-state paradigms, some of which have been tested in real EEG studies. I’m also hoping to expand TaskBeacon to host as many tasks as possible.
With TaskBeacon, you can not only access and submit tasks, but also use the MCP server with your LLMs to generate or localize tasks using natural language with an easy setup:
{
"name": "taskbeacon-mcp",
"type": "stdio",
"description": "Local FastMCP server for taskbeacon task operations. Uses uvx for automatic setup.",
"isActive": true,
"command": "uvx",
"args": [
"taskbeacon-mcp"
]
}
For MCP, I will be working on visulization of task flowchart.
Looking forward to your feedback and contributions!