RoutineKit
Rank #26,242io.github.sjh9714/routinekit
Capture tool workflows, save typed tools, and replay with human approval. Includes an MCP Apps UI.
RoutineKit is a Model Context Protocol (MCP) server published by sjh9714. It ranks #26,242 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. RoutineKit is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Sep 5, 2026 and most recently updated on Sep 5, 2026.
Ranks ahead of 105,871 of 132,113 servers on MCP Toplist.
Use RoutineKit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add routinekit -e "ROUTINEKIT_CONFIG=<your ROUTINEKIT_CONFIG>" -e "ROUTINEKIT_HOME=<your ROUTINEKIT_HOME>" -- npx -y routinekit mcpReplace each placeholder with your own value before saving.
[mcp_servers.routinekit]
command = "npx"
args = ["-y", "routinekit", "mcp"]
[mcp_servers.routinekit.env]
ROUTINEKIT_CONFIG = "<your ROUTINEKIT_CONFIG>"
ROUTINEKIT_HOME = "<your ROUTINEKIT_HOME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"routinekit": {
"command": "npx",
"args": [
"-y",
"routinekit",
"mcp"
],
"env": {
"ROUTINEKIT_CONFIG": "<your ROUTINEKIT_CONFIG>",
"ROUTINEKIT_HOME": "<your ROUTINEKIT_HOME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"routinekit": {
"command": "npx",
"args": [
"-y",
"routinekit",
"mcp"
],
"env": {
"ROUTINEKIT_CONFIG": "<your ROUTINEKIT_CONFIG>",
"ROUTINEKIT_HOME": "<your ROUTINEKIT_HOME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"routinekit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"routinekit",
"mcp"
],
"env": {
"ROUTINEKIT_CONFIG": "<your ROUTINEKIT_CONFIG>",
"ROUTINEKIT_HOME": "<your ROUTINEKIT_HOME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"routinekit": {
"command": "npx",
"args": [
"-y",
"routinekit",
"mcp"
],
"env": {
"ROUTINEKIT_CONFIG": "<your ROUTINEKIT_CONFIG>",
"ROUTINEKIT_HOME": "<your ROUTINEKIT_HOME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"routinekit": {
"command": "npx",
"args": [
"-y",
"routinekit",
"mcp"
],
"env": {
"ROUTINEKIT_CONFIG": "<your ROUTINEKIT_CONFIG>",
"ROUTINEKIT_HOME": "<your ROUTINEKIT_HOME>"
}
}
}
}Replace each placeholder with your own value before saving.
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.sjh9714%2Froutinekit)<a href="https://mcptoplist.com/server/io.github.sjh9714%2Froutinekit"><img src="https://mcptoplist.com/badge/io.github.sjh9714%2Froutinekit.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
sjh9714
Other servers by sjh9714
View all sjh9714 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | Sep 5, 2026 |
Frequently asked questions
- Who maintains RoutineKit?
- RoutineKit is maintained by sjh9714, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is RoutineKit listed on the Official MCP Registry?
- Yes — RoutineKit is listed on the Official MCP Registry, alongside Glama.
- How many versions does RoutineKit have?
- MCP Toplist tracks 1 version of RoutineKit, most recently published on Sep 5, 2026.
- Where can I find the source code for RoutineKit?
- The source code for RoutineKit is hosted at github.com/sjh9714/routinekit.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.