Crisphive MCP Server
Rank #6,407com.crisphive/mcp
Field operations on a deterministic solver — run jobs, crews & fleet from Claude or ChatGPT.
Crisphive MCP Server is a Model Context Protocol (MCP) server published by crisphive. It ranks #6,407 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Crisphive MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 11 tracked versions. It was first listed on Jul 8, 2026 and most recently updated on Sep 3, 2026.
Ranks ahead of 125,639 of 132,046 servers on MCP Toplist.
Use Crisphive MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http crisphive https://api.crisphive.com/mcpclaude mcp add crisphive -e "CRISPHIVE_API_KEY=<your CRISPHIVE_API_KEY>" -e "CRISPHIVE_BASE_URL=<your CRISPHIVE_BASE_URL>" -- npx -y @crisphive/mcpReplace each placeholder with your own value before saving.
[mcp_servers.crisphive]
url = "https://api.crisphive.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.crisphive]
command = "npx"
args = ["-y", "@crisphive/mcp"]
[mcp_servers.crisphive.env]
CRISPHIVE_API_KEY = "<your CRISPHIVE_API_KEY>"
CRISPHIVE_BASE_URL = "<your CRISPHIVE_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.crisphive.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"crisphive": {
"command": "npx",
"args": [
"-y",
"@crisphive/mcp"
],
"env": {
"CRISPHIVE_API_KEY": "<your CRISPHIVE_API_KEY>",
"CRISPHIVE_BASE_URL": "<your CRISPHIVE_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"crisphive": {
"url": "https://api.crisphive.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"crisphive": {
"command": "npx",
"args": [
"-y",
"@crisphive/mcp"
],
"env": {
"CRISPHIVE_API_KEY": "<your CRISPHIVE_API_KEY>",
"CRISPHIVE_BASE_URL": "<your CRISPHIVE_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"crisphive": {
"type": "http",
"url": "https://api.crisphive.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"crisphive": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@crisphive/mcp"
],
"env": {
"CRISPHIVE_API_KEY": "<your CRISPHIVE_API_KEY>",
"CRISPHIVE_BASE_URL": "<your CRISPHIVE_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"crisphive": {
"serverUrl": "https://api.crisphive.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"crisphive": {
"command": "npx",
"args": [
"-y",
"@crisphive/mcp"
],
"env": {
"CRISPHIVE_API_KEY": "<your CRISPHIVE_API_KEY>",
"CRISPHIVE_BASE_URL": "<your CRISPHIVE_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"crisphive": {
"url": "https://api.crisphive.com/mcp"
}
}
}{
"mcpServers": {
"crisphive": {
"command": "npx",
"args": [
"-y",
"@crisphive/mcp"
],
"env": {
"CRISPHIVE_API_KEY": "<your CRISPHIVE_API_KEY>",
"CRISPHIVE_BASE_URL": "<your CRISPHIVE_BASE_URL>"
}
}
}
}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/com.crisphive%2Fmcp)<a href="https://mcptoplist.com/server/com.crisphive%2Fmcp"><img src="https://mcptoplist.com/badge/com.crisphive%2Fmcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
crisphive
Available versions (11)
| Version | Published |
|---|---|
| 2.2.3 | Sep 3, 2026 |
| 2.2.2 | Sep 3, 2026 |
| 2.2.1 | Sep 3, 2026 |
| 2.2.0 | Sep 3, 2026 |
| 2.1.1 | Aug 23, 2026 |
| 2.1.0 | Jul 28, 2026 |
| 2.0.0 | Jul 27, 2026 |
| 1.3.0 | Jul 14, 2026 |
| 1.0.2 | Jul 9, 2026 |
| 1.0.1 | Jul 9, 2026 |
| 1.0.0 | Jul 8, 2026 |
Frequently asked questions
- Who maintains Crisphive MCP Server?
- Crisphive MCP Server is maintained by crisphive, which publishes 1 MCP server (11 total versions) tracked on MCP Toplist.
- Is Crisphive MCP Server listed on the Official MCP Registry?
- Yes — Crisphive MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Crisphive MCP Server have?
- MCP Toplist tracks 11 versions of Crisphive MCP Server, most recently published on Sep 3, 2026.
- Where can I find the source code for Crisphive MCP Server?
- The source code for Crisphive MCP Server is hosted at github.com/crisphive/crisphive-mcp.
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.