@simultech/simultask-mcp
v0.2.3
Published
SimulTask MCP server for Claude, Codex and other MCP clients.
Downloads
109
Readme
SimulTask MCP
SimulTask MCP server packaged for npm. It launches the native binary for the current platform and connects to the SimulTask backend through HTTPS.
Claude Desktop
{
"mcpServers": {
"simultask": {
"command": "npx",
"args": ["-y", "@simultech/simultask-mcp"],
"env": {
"SIMULTASK_API_URL": "https://simultask-backend.kube.simultech.it",
"SIMULTASK_API_TOKEN": "smt_xxx"
}
}
}
}For read-only access:
{
"mcpServers": {
"simultask": {
"command": "npx",
"args": ["-y", "@simultech/simultask-mcp"],
"env": {
"SIMULTASK_API_URL": "https://simultask-backend.kube.simultech.it",
"SIMULTASK_API_TOKEN": "smt_xxx",
"SIMULTASK_MCP_READ_ONLY": "true"
}
}
}
}Required Environment
SIMULTASK_API_URL: SimulTask backend base URL, without/api.SIMULTASK_API_TOKEN: MCP token generated from the SimulTask user menu.
Supported Targets
- macOS Apple Silicon:
darwin-arm64 - macOS Intel:
darwin-x64 - Linux x64:
linux-x64 - Linux ARM64:
linux-arm64 - Windows x64:
win32-x64 - Windows ARM64:
win32-arm64
