PluginBench
MCP Server

io.github.fieldcure/assiststudio-runner MCP Server

io.github.fieldcure/assiststudio-runner

What is the io.github.fieldcure/assiststudio-runner MCP server?

Windows-only headless LLM task automation engine with scheduling via Windows Task Scheduler.

How to install io.github.fieldcure/assiststudio-runner

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": {
    "assiststudio-runner": {
      "command": "dnx",
      "args": [
        "FieldCure.AssistStudio.Runner"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "assiststudio-runner": {
      "command": "dnx",
      "args": [
        "FieldCure.AssistStudio.Runner"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "assiststudio-runner": {
      "command": "dnx",
      "args": [
        "FieldCure.AssistStudio.Runner"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "assiststudio-runner": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "FieldCure.AssistStudio.Runner"
      ]
    }
  }
}
Claude Code
claude mcp add assiststudio-runner -- dnx FieldCure.AssistStudio.Runner

Related MCP servers

Essential MCP server: HTTP, web search, downloads, Wolfram|Alpha, shell, JS, file I/O, memory.

View repository →

Secure MCP server for sandboxed filesystem operations with document parsing support.

View repository →

Multi-channel messaging MCP server for Slack, Telegram, Email, KakaoTalk, and Discord.

View repository →

Korean public data API gateway for discovering and calling data.go.kr APIs from MCP clients.

View repository →

MCP RAG server with hybrid search, multi-KB support, and AI-powered chunk contextualization.

View repository →