MCP server for MadeOnSol Solana KOL intelligence — use from Claude, Cursor, or any MCP client
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-madeonsol": {
"command": "npx",
"args": [
"-y",
"LamboPoewert/mcp-server-madeonsol"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-madeonsol npx -y LamboPoewert/mcp-server-madeonsol
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-madeonsol": {
"command": "npx",
"args": [
"-y",
"LamboPoewert/mcp-server-madeonsol"
]
}
}
}