wowinter13/solscan-mcp
An MCP tool for querying Solana transactions using natural language with Solscan API.
Quick Start
Clone the repository:
git clone https://github.com/wowinter13/solscan-mcpClaude Desktop configuration example:
{
"mcpServers": {
"solscan-mcp": {
"command": "npx",
"args": [
"-y",
"wowinter13/solscan-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.