MCP Server
Active
Apache-2.0
TARGET Checklist MCP MCP Server
com.blackswancausallabs/target-mcp
What is the TARGET Checklist MCP MCP server?
Score how completely a target-trial-emulation study reports what the TARGET guideline requires.
How to install TARGET Checklist MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"target-mcp": {
"command": "uvx",
"args": [
"target-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"target-mcp": {
"command": "uvx",
"args": [
"target-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"target-mcp": {
"command": "uvx",
"args": [
"target-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"target-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"target-mcp"
]
}
}
}Claude Code
claude mcp add target-mcp -- uvx target-mcpRelated MCP servers
DAG Studio MCP
Maintained
Causal DAG analysis: backdoor paths, adjustment sets, bias simulation. Validated against dagitty.
0
View repository →JavaScript
Apache-2.0
Resolve FDA application numbers and product names to regulatory metadata (CDER, CBER, CDRH).
0
View repository →Python
MIT
ROBINS-I V2 MCP
Active
ROBINS-I V2 (not V1): risk of bias in one result of a non-randomized cohort study
0
View repository →Python
Apache-2.0