Humanops
Rank #1,928io.github.thepianistdirector/humanops
MCP server providing humanops capabilities
Humanops is a Model Context Protocol (MCP) server published by ThePianistDirector. It ranks #1,928 of 132,046 servers tracked on MCP Toplist, and its repository has 114 GitHub stars. Humanops is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 7, 2026 and most recently updated on Feb 7, 2026.
Ranks ahead of 130,118 of 132,046 servers on MCP Toplist.
Use Humanops
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add humanops -e "HUMANOPS_API_KEY=<your HUMANOPS_API_KEY>" -e "HUMANOPS_API_URL=<your HUMANOPS_API_URL>" -e "HUMANOPS_SANDBOX=<your HUMANOPS_SANDBOX>" -- npx -y @humanops/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.humanops]
command = "npx"
args = ["-y", "@humanops/mcp-server"]
[mcp_servers.humanops.env]
HUMANOPS_API_KEY = "<your HUMANOPS_API_KEY>"
HUMANOPS_API_URL = "<your HUMANOPS_API_URL>"
HUMANOPS_SANDBOX = "<your HUMANOPS_SANDBOX>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"humanops": {
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
],
"env": {
"HUMANOPS_API_KEY": "<your HUMANOPS_API_KEY>",
"HUMANOPS_API_URL": "<your HUMANOPS_API_URL>",
"HUMANOPS_SANDBOX": "<your HUMANOPS_SANDBOX>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"humanops": {
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
],
"env": {
"HUMANOPS_API_KEY": "<your HUMANOPS_API_KEY>",
"HUMANOPS_API_URL": "<your HUMANOPS_API_URL>",
"HUMANOPS_SANDBOX": "<your HUMANOPS_SANDBOX>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"humanops": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
],
"env": {
"HUMANOPS_API_KEY": "<your HUMANOPS_API_KEY>",
"HUMANOPS_API_URL": "<your HUMANOPS_API_URL>",
"HUMANOPS_SANDBOX": "<your HUMANOPS_SANDBOX>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"humanops": {
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
],
"env": {
"HUMANOPS_API_KEY": "<your HUMANOPS_API_KEY>",
"HUMANOPS_API_URL": "<your HUMANOPS_API_URL>",
"HUMANOPS_SANDBOX": "<your HUMANOPS_SANDBOX>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"humanops": {
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
],
"env": {
"HUMANOPS_API_KEY": "<your HUMANOPS_API_KEY>",
"HUMANOPS_API_URL": "<your HUMANOPS_API_URL>",
"HUMANOPS_SANDBOX": "<your HUMANOPS_SANDBOX>"
}
}
}
}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.thepianistdirector%2Fhumanops)<a href="https://mcptoplist.com/server/io.github.thepianistdirector%2Fhumanops"><img src="https://mcptoplist.com/badge/io.github.thepianistdirector%2Fhumanops.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ThePianistDirector
Available versions (3)
| Version | Published |
|---|---|
| 0.2.1 | Feb 7, 2026 |
| 0.2.0 | Feb 7, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Humanops?
- Humanops is maintained by ThePianistDirector, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Humanops listed on the Official MCP Registry?
- Yes — Humanops is listed on the Official MCP Registry.
- How many versions does Humanops have?
- MCP Toplist tracks 3 versions of Humanops, most recently published on Feb 7, 2026.
- Where can I find the source code for Humanops?
- The source code for Humanops is hosted at github.com/ThePianistDirector/real-auto-code.
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.