Solana MCP Explorer allows you to discover and explore all MCP Servers within the Solana ecosystem. Simply add this MCP Server to your MCP Host, and start navigating the network effortlessly!
To integrate this MCP Server with your MCP Host, follow the steps below.
Add the following configuration to your Claude Desktop setup:
{
"mcpServers": {
"solana-mcp-explorer": {
"command": "npx",
"args": [
"-y",
"solana-mcp-explorer@latest"
]
}
}
}
💡 Have you built an MCP Server for Solana? We'd love to include it in the explorer!
- Edit the
servers.js
file with your server’s details. - Submit a Pull Request (PR) with your changes.
🚀 Your contributions help make Solana MCP Explorer better for everyone!