Crowterminal
Rank #1,368io.github.WillNigri/crowterminal
MCP server providing crowterminal capabilities
Crowterminal is a Model Context Protocol (MCP) server published by WillNigri. It ranks #1,368 of 132,046 servers tracked on MCP Toplist, and its repository has 599 GitHub stars. Crowterminal is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 19, 2026 and most recently updated on Feb 19, 2026.
Ranks ahead of 130,678 of 132,046 servers on MCP Toplist.
Use Crowterminal
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http crowterminal https://api.crowterminal.com/api/agentclaude mcp add crowterminal -- npx -y crowterminal[mcp_servers.crowterminal]
url = "https://api.crowterminal.com/api/agent"Add to ~/.codex/config.toml.
[mcp_servers.crowterminal]
command = "npx"
args = ["-y", "crowterminal"]Add to ~/.codex/config.toml.
https://api.crowterminal.com/api/agentSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"crowterminal": {
"command": "npx",
"args": [
"-y",
"crowterminal"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"crowterminal": {
"url": "https://api.crowterminal.com/api/agent"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"crowterminal": {
"command": "npx",
"args": [
"-y",
"crowterminal"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"crowterminal": {
"type": "http",
"url": "https://api.crowterminal.com/api/agent"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"crowterminal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"crowterminal"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"crowterminal": {
"serverUrl": "https://api.crowterminal.com/api/agent"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"crowterminal": {
"command": "npx",
"args": [
"-y",
"crowterminal"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"crowterminal": {
"url": "https://api.crowterminal.com/api/agent"
}
}
}{
"mcpServers": {
"crowterminal": {
"command": "npx",
"args": [
"-y",
"crowterminal"
]
}
}
}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.WillNigri%2Fcrowterminal)<a href="https://mcptoplist.com/server/io.github.WillNigri%2Fcrowterminal"><img src="https://mcptoplist.com/badge/io.github.WillNigri%2Fcrowterminal.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
WillNigri
Available versions (2)
| Version | Published |
|---|---|
| 2.3.0 | Feb 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Crowterminal?
- Crowterminal is maintained by WillNigri, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Crowterminal listed on the Official MCP Registry?
- Yes — Crowterminal is listed on the Official MCP Registry.
- How many versions does Crowterminal have?
- MCP Toplist tracks 2 versions of Crowterminal, most recently published on Feb 19, 2026.
- Where can I find the source code for Crowterminal?
- The source code for Crowterminal is hosted at github.com/WillNigri/FluxOps.
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.