mcpbeat Sign in

Solana MCP Server

local only

Solana MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 12 Aug 2026.

Read-only Solana MCP: rug-risk, bundle & deployer checks, live market, full audit. No keys.

Installs per day peak 26 · avg 7 · +182% w/w
a month agotoday
41
Installs / week
npm · @rigel-protocol/solana-mcp
0
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
HTML

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page executes code built at runtime public/index.html:653
  btn.innerHTML = label;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 solana-mcp -- npx -y @rigel-protocol/solana-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "solana-mcp": {
      "args": [
        "-y",
        "@rigel-protocol/solana-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.solana-mcp]
command = "npx"
args = ["-y", "@rigel-protocol/solana-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "solana-mcp": {
      "args": [
        "-y",
        "@rigel-protocol/solana-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "solana-mcp": {
      "args": [
        "-y",
        "@rigel-protocol/solana-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SOLANA_RPC_URL (Solana RPC endpoint to read from. Public mainnet by default; a Helius/Triton key is recommended.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Solana MCP

same job, measured the same way
Cabal Hunter
by cabal-hunter-api

Solana pre-trade safety for AI agents: cabal, bundle, dump, deployer & honeypot in one verdict.

2 tools answering
Coolftp
by anivdel

Deploy a site to its SFTP/FTP host from a coding agent. Changed files only, undo, live checks.

191 installs/wk local only
Quellgeist Commits
by rajeev-shyam

Read-only MCP server: get_recent_commits over a local deploy log (Quellgeist triage).

local only
CiteRank MCP
by webformike

Full AI visibility audits: schema, citations, agentic readiness, agent journeys, WordPress deploys.

9 tools answering
Aurora
by aurora

Create, edit, preview, and deploy full-stack web apps to a live URL from any MCP client.

answering
AWS MCP Connector
by ferhatdundar

MCP server for the AWS CLI. Read-only by default; single Go binary.

local only
Metaplex Agent Registry
by nirholas

Deploy AI agents on-chain on Solana with an EIP-8004 identity. Deploy fee funds $THREE buybacks.

236 installs/wk local only
Slush Meme MCP
by spiry-ro

AI-native meme coin launchpad on Avalanche. Deploy tokens, simulate trades, query risk.

28 installs/wk local only

Solana MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Solana MCP?
Solana 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 @rigel-protocol/solana-mcp was installed 41 times last week.
How do I connect Solana 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 @rigel-protocol/solana-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Solana MCP?
The npm package @rigel-protocol/solana-mcp was installed 41 times in the last week. Week over week that is +182%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Solana MCP open source?
Yes — it is published under the MIT licence, written in HTML and 0 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.