operant-mcp
Rank #12,529io.github.saagpatel/operant-mcp
Read-only MCP server for the OPERANT AI operating-agent calibration benchmark.
operant-mcp is a Model Context Protocol (MCP) server published by saagpatel. It ranks #12,529 of 115,460 servers tracked on MCP Toplist. operant-mcp is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 20, 2026 and most recently updated on Jun 28, 2026.
Ranks ahead of 102,931 of 115,460 servers on MCP Toplist.
Use operant-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http operant-mcp https://operant.saagarpatel.dev/mcpclaude mcp add operant-mcp -- npx -y saagar-operant-mcp[mcp_servers.operant-mcp]
url = "https://operant.saagarpatel.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.operant-mcp]
command = "npx"
args = ["-y", "saagar-operant-mcp"]Add to ~/.codex/config.toml.
https://operant.saagarpatel.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"operant-mcp": {
"command": "npx",
"args": [
"-y",
"saagar-operant-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"operant-mcp": {
"url": "https://operant.saagarpatel.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"operant-mcp": {
"command": "npx",
"args": [
"-y",
"saagar-operant-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"operant-mcp": {
"type": "http",
"url": "https://operant.saagarpatel.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"operant-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"saagar-operant-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"operant-mcp": {
"serverUrl": "https://operant.saagarpatel.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"operant-mcp": {
"command": "npx",
"args": [
"-y",
"saagar-operant-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"operant-mcp": {
"url": "https://operant.saagarpatel.dev/mcp"
}
}
}{
"mcpServers": {
"operant-mcp": {
"command": "npx",
"args": [
"-y",
"saagar-operant-mcp"
]
}
}
}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.saagpatel%2Foperant-mcp)<a href="https://mcptoplist.com/server/io.github.saagpatel%2Foperant-mcp"><img src="https://mcptoplist.com/badge/io.github.saagpatel%2Foperant-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
saagpatel
Other servers by saagpatel
- mcp-audit#5,045 · 3 vers
- mcp-trust#12,404 · 1 ver
- saagarpatel.dev Portfolio#17,573 · 1 ver
- mcpforge#17,886 · 1 ver
- shadow-mcp#31,150 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 28, 2026 |
Frequently asked questions
- Who maintains operant-mcp?
- operant-mcp is maintained by saagpatel, which publishes 6 MCP servers (8 total versions) tracked on MCP Toplist.
- Is operant-mcp listed on the Official MCP Registry?
- Yes — operant-mcp is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does operant-mcp have?
- MCP Toplist tracks 1 version of operant-mcp, most recently published on Jun 28, 2026.
- Where can I find the source code for operant-mcp?
- The source code for operant-mcp is hosted at github.com/saagpatel/operant.