Solana
Rank #12,056io.github.ExpertVagabond/solana
MCP server providing solana capabilities
Solana is a Model Context Protocol (MCP) server published by expertvagabond. It ranks #12,056 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Solana is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Nov 2, 2025 and most recently updated on Feb 14, 2026.
Ranks ahead of 103,404 of 115,460 servers on MCP Toplist.
Use Solana
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add solana -- npx -y solana-mcp-server[mcp_servers.solana]
command = "npx"
args = ["-y", "solana-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"solana": {
"command": "npx",
"args": [
"-y",
"solana-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"solana": {
"command": "npx",
"args": [
"-y",
"solana-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"solana": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"solana-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"solana": {
"command": "npx",
"args": [
"-y",
"solana-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"solana": {
"command": "npx",
"args": [
"-y",
"solana-mcp-server"
]
}
}
}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.ExpertVagabond%2Fsolana)<a href="https://mcptoplist.com/server/io.github.ExpertVagabond%2Fsolana"><img src="https://mcptoplist.com/badge/io.github.ExpertVagabond%2Fsolana.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
expertvagabond
Other servers by expertvagabond
- Raycast#11,131 · 2 vers
- Universal Blockchain#11,516 · 2 vers
- Ordinals#24,232 · 2 vers
- Watsonx#26,655 · 2 vers
- Sui MCP Server#29,201 · 2 vers
- Guardrails#31,586 · 2 vers
- Ibmz#31,587 · 2 vers
- Solmail#31,588 · 2 vers
- robinhood-chain-mcp#32,829 · 1 ver
- shopify-mcp#39,012 · 1 ver
- jupiter-mcp#39,606 · 1 ver
- Ibmcloud#42,670 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Feb 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Solana?
- Solana is maintained by expertvagabond, which publishes 20 MCP servers (33 total versions) tracked on MCP Toplist.
- Is Solana listed on the Official MCP Registry?
- Yes — Solana is listed on the Official MCP Registry, alongside Glama.
- How many versions does Solana have?
- MCP Toplist tracks 2 versions of Solana, most recently published on Feb 14, 2026.
- Where can I find the source code for Solana?
- The source code for Solana is hosted at github.com/ExpertVagabond/solana-mcp-server.git.