mcpbeat Sign in

Cookie MCP Server

by cookiechain Your server? Claim it
local only

Cookie MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 453 installs a week from npm. Last commit 17 Sep 2026.

Cookie Chain tools for AI agents: swap, launch, liquidity, staking, NFTs, and a Solana bridge.

Installs per day peak 367 · avg 27 · -93% w/w
a month agotoday
453
Installs / week
npm · cookie-mcp
4
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Cookie MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cookie-mcp -- npx -y cookie-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cookie-mcp": {
      "args": [
        "-y",
        "cookie-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cookie-mcp]
command = "npx"
args = ["-y", "cookie-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cookie-mcp": {
      "args": [
        "-y",
        "cookie-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cookie-mcp": {
      "args": [
        "-y",
        "cookie-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: COOKIE_RPC_URL (Cookie Chain RPC endpoint. Defaults to the public Cookiescan RPC (https://rpc.cookiescan.io).), COOKIE_PRIVATE_KEY (Wallet key for money-moving tools (base58 secret, solana-keygen JSON array, or a path to a keypair file). Optional — without it the server runs read-only and money-moving tools return a clear error. The key is used only to sign locally and is redacted from all output.), COOKIE_MAX_TRADE_COOK (Hard per-transaction spend cap in COOK; money-moving tools refuse inputs valued above it (0 disables). Defaults to 100.), COOKIE_SLIPPAGE_BPS (Default slippage tolerance in basis points (500 = 5%). Defaults to 500.), SOLANA_RPC_URL (Solana mainnet RPC endpoint, used only by the bridge tool. Defaults to the public endpoint, which is rate-limited; a dedicated RPC is recommended for reliable bridging.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cookie MCP

same job, measured the same way
Bridgeguard MCP
by kota1026

BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...

54 installs/wk local only
Crank Protocol
by crank

Non-custodial DeFi tools for AI agents on Solana: swaps, perps, lending, staking, equities.

188 tools answering
Blueprint Agentic Staking (Solentic)
by blueprint-infrastructure

Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks.

32 installs/wk 29 tools answering
Haiku DeFi MCP
by haiku-trading

DeFi execution for AI agents — swap, lend, bridge, and yield across 22 chains.

53 installs/wk local only
Supply Chain MCP
by csoai-org

Supply chain management and logistics tools for AI agents. Capabilities: shipment tracking

131 installs/wk local only
aeX402 — Cross-Chain DeFi MCP: LINQ, AMM, Bridge, AI
by aex402

Agent MCP for DeFi: cross-chain LINQ fan-out, AMM quotes/swaps, bridge, AI. Solana+EVM. Free+x402.

33 tools answering
Clawswap
by wartech9

Cross-chain swaps between Solana and Base for AI agents paid for via via x402 micropayments.

44 installs/wk local only
Suwappu
by 0xsoftboi

Cross-chain DEX for AI agents. Swap tokens across 7+ chains.

39 installs/wk local only

Cookie MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cookie MCP?
Cookie MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package cookie-mcp was installed 453 times last week.
How do I connect Cookie MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cookie-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cookie MCP?
The npm package cookie-mcp was installed 453 times in the last week. Week over week that is -93%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cookie MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.