A Model Context Protocol server for interacting with the Solana blockchain, powered by the Solana Agent Kit (https://github.com/sendaifun/solana-agent-kit)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"solana-mcp": {
"command": "npx",
"args": [
"-y",
"sendaifun/solana-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add solana-mcp npx -y sendaifun/solana-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"solana-mcp": {
"command": "npx",
"args": [
"-y",
"sendaifun/solana-mcp"
]
}
}
}
📋 Copy