ClawPipe
Rank #36,740io.github.finsavvyai/clawpipe-mcp-server
Cost-optimized LLM pipeline + 6 AI security skills (reasoning, triage, remediation, compliance).
ClawPipe is a Model Context Protocol (MCP) server published by finsavvyai. It ranks #36,740 of 115,460 servers tracked on MCP Toplist. ClawPipe is listed on Official MCP, with 4 tracked versions. It was first listed on Apr 17, 2026 and most recently updated on Apr 19, 2026.
Ranks ahead of 78,720 of 115,460 servers on MCP Toplist.
Use ClawPipe
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add clawpipe-mcp-server -e "CLAWPIPE_API_KEY=<your CLAWPIPE_API_KEY>" -e "CLAWPIPE_PROJECT_ID=<your CLAWPIPE_PROJECT_ID>" -- npx -y clawpipe-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.clawpipe-mcp-server]
command = "npx"
args = ["-y", "clawpipe-mcp-server"]
[mcp_servers.clawpipe-mcp-server.env]
CLAWPIPE_API_KEY = "<your CLAWPIPE_API_KEY>"
CLAWPIPE_PROJECT_ID = "<your CLAWPIPE_PROJECT_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawpipe-mcp-server": {
"command": "npx",
"args": [
"-y",
"clawpipe-mcp-server"
],
"env": {
"CLAWPIPE_API_KEY": "<your CLAWPIPE_API_KEY>",
"CLAWPIPE_PROJECT_ID": "<your CLAWPIPE_PROJECT_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawpipe-mcp-server": {
"command": "npx",
"args": [
"-y",
"clawpipe-mcp-server"
],
"env": {
"CLAWPIPE_API_KEY": "<your CLAWPIPE_API_KEY>",
"CLAWPIPE_PROJECT_ID": "<your CLAWPIPE_PROJECT_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"clawpipe-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clawpipe-mcp-server"
],
"env": {
"CLAWPIPE_API_KEY": "<your CLAWPIPE_API_KEY>",
"CLAWPIPE_PROJECT_ID": "<your CLAWPIPE_PROJECT_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawpipe-mcp-server": {
"command": "npx",
"args": [
"-y",
"clawpipe-mcp-server"
],
"env": {
"CLAWPIPE_API_KEY": "<your CLAWPIPE_API_KEY>",
"CLAWPIPE_PROJECT_ID": "<your CLAWPIPE_PROJECT_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawpipe-mcp-server": {
"command": "npx",
"args": [
"-y",
"clawpipe-mcp-server"
],
"env": {
"CLAWPIPE_API_KEY": "<your CLAWPIPE_API_KEY>",
"CLAWPIPE_PROJECT_ID": "<your CLAWPIPE_PROJECT_ID>"
}
}
}
}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.finsavvyai%2Fclawpipe-mcp-server)<a href="https://mcptoplist.com/server/io.github.finsavvyai%2Fclawpipe-mcp-server"><img src="https://mcptoplist.com/badge/io.github.finsavvyai%2Fclawpipe-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
finsavvyai
Other servers by finsavvyai
View all finsavvyai servers →Available versions (4)
| Version | Published |
|---|---|
| 3.2.0 | Apr 19, 2026 |
| 3.1.0 | Apr 18, 2026 |
| 3.0.2 | Apr 18, 2026 |
| 3.0.1 | Apr 17, 2026 |
Frequently asked questions
- Who maintains ClawPipe?
- ClawPipe is maintained by finsavvyai, which publishes 3 MCP servers (34 total versions) tracked on MCP Toplist.
- Is ClawPipe listed on the Official MCP Registry?
- Yes — ClawPipe is listed on the Official MCP Registry.
- How many versions does ClawPipe have?
- MCP Toplist tracks 4 versions of ClawPipe, most recently published on Apr 19, 2026.
- Where can I find the source code for ClawPipe?
- The source code for ClawPipe is hosted at github.com/finsavvyai/clawpipe.