AssistStudio Runner
Rank #54,852io.github.fieldcure/assiststudio-runner
Windows-only headless LLM task automation engine with scheduling via Windows Task Scheduler.
AssistStudio Runner is a Model Context Protocol (MCP) server published by fieldcure. It ranks #54,852 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. AssistStudio Runner is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 4, 2026 and most recently updated on May 25, 2026.
Ranks ahead of 60,608 of 115,460 servers on MCP Toplist.
Use AssistStudio Runner
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add assiststudio-runner -- dnx FieldCure.AssistStudio.Runner[mcp_servers.assiststudio-runner]
command = "dnx"
args = ["FieldCure.AssistStudio.Runner"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"assiststudio-runner": {
"command": "dnx",
"args": [
"FieldCure.AssistStudio.Runner"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"assiststudio-runner": {
"command": "dnx",
"args": [
"FieldCure.AssistStudio.Runner"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"assiststudio-runner": {
"type": "stdio",
"command": "dnx",
"args": [
"FieldCure.AssistStudio.Runner"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"assiststudio-runner": {
"command": "dnx",
"args": [
"FieldCure.AssistStudio.Runner"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"assiststudio-runner": {
"command": "dnx",
"args": [
"FieldCure.AssistStudio.Runner"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.fieldcure%2Fassiststudio-runner)<a href="https://mcptoplist.com/server/io.github.fieldcure%2Fassiststudio-runner"><img src="https://mcptoplist.com/badge/io.github.fieldcure%2Fassiststudio-runner.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
fieldcure
Other servers by fieldcure
- fieldcure-mcp-essentials#53,248 · 1 ver
- FieldCure MCP Filesystem Server#53,249 · 1 ver
- FieldCure MCP Outbox Server#53,250 · 1 ver
- FieldCure PublicData.Kr#53,251 · 1 ver
- FieldCure MCP RAG Server#53,252 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 2.0.4 | May 25, 2026 |
Frequently asked questions
- Who maintains AssistStudio Runner?
- AssistStudio Runner is maintained by fieldcure, which publishes 6 MCP servers (6 total versions) tracked on MCP Toplist.
- Is AssistStudio Runner listed on the Official MCP Registry?
- Yes — AssistStudio Runner is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does AssistStudio Runner have?
- MCP Toplist tracks 1 version of AssistStudio Runner, most recently published on May 25, 2026.
- Where can I find the source code for AssistStudio Runner?
- The source code for AssistStudio Runner is hosted at github.com/fieldcure/fieldcure-assiststudio-runner.