MCP Server
Active
MIT
io.github.ExpertVagabond/solana MCP Server
io.github.ExpertVagabond/solana
What is the io.github.ExpertVagabond/solana MCP server?
Solana MCP server for wallet, transactions & programs
How to install io.github.ExpertVagabond/solana
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"solana": {
"command": "npx",
"args": [
"-y",
"solana-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"solana": {
"command": "npx",
"args": [
"-y",
"solana-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"solana": {
"command": "npx",
"args": [
"-y",
"solana-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"solana": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"solana-mcp-server"
]
}
}
}Claude Code
claude mcp add solana -- npx -y solana-mcp-serverRelated MCP servers
io.github.ExpertVagabond/ordinals
Maintained
Bitcoin Ordinals MCP Server — inscriptions, runes, BRC-20, collections & rare sats
2
View repository →TypeScript
MIT
io.github.ExpertVagabond/guardrails
Maintained
AI Agent Guardrails MCP server - security layer
1
View repository →Rust
MIT
53-tool MCP server for Sui blockchain — wallets, DeFi, Move contracts, staking, SuiNS, analytics
1
View repository →JavaScript
MIT
io.github.ExpertVagabond/hedera-mcp
Maintained
Build-only Hedera (Hashgraph) MCP — 73 tools across all core services plus analytics reads.
0
View repository →TypeScript
MIT